Html Css Color HEX #8FAFF6 Jordy Blue

📋 copy color: '#8FAFF6'

red 143 ◦ green 175 ◦ blue 246

#8FAFF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #8FAFF6

Tints of Jordy Blue #8FAFF6

RGB

 RED value IS 143 (56.25% from 255) = 25.35%

 GREEN value IS 175 (68.75% from 255) = 31.03%

 BLUE value IS 246 (96.48% from 255) = 43.62%

R = 25.35%
G = 31.03%
B = 43.62%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8FAFF6 (or 0x8FAFF6) is known color: Jordy Blue. HEX triplet: 8F, AF and F6. RGB value is (143,175,246). Sum of RGB (Red+Green+Blue) = 143+175+246=564 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.35% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #8FAFF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAFF6 is #705009. Grayscale: #ADADAD. Windows color (decimal): -7360522 or 16166799. OLE color: 16166799.

HSL color Cylindrical-coordinate representation of color #8FAFF6: hue angle of 221.36º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FAFF6 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 143 175 246 -
CMYK 0.42 0.29 0 0.04
HSL 221.36º 0.85% 0.76% -
HSV(B) 221.36º 0.42% 0.96% -
XYZ 43.29 43.15 93.24 -
YUV 173.53 168.9 106.23 -
System Red Green Blue C M Y K H S L
Decimal 143 175 246 0.42 0.29 0 0.04 221.36 0.85 0.76
Hex 8F AF F6 2A 1D 0 4 DD 55 4C
Octal 217 257 366 52 35 0 4 335 125 114
Binary 10001111 10101111 11110110 101010 11101 0 100 11011101 1010101 1001100

Color Harmonies of #8FAFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAFF6

Black with #8FAFF6

Text Example


Text Example

White with #8FAFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FAFF6; }

 p { color: rgb(143,175,246); }

 H1.HeaderClassName
 {
   color: #8FAFF6;
 }
 .AnyTagClassName
 {
   color: #8FAFF6;
 }
</style>

background-color css

<style>
 a { background-color: #8FAFF6; }

 a { background-color: rgb(143,175,246); }

 div.DivClassName
 {
   background-color: #8FAFF6;
 }
 .BgClassName
 {
   background-color: #8FAFF6;
 }
</style>

border-color css

<style>
 span { border-color: #8FAFF6; }

 span { border-color: rgb(143,175,246); }

 td.TdClassName
 {
   border-color: #8FAFF6;
 }
 .TagClassName
 {
   border-color: #8FAFF6;
 }
</style>