Html Css Color HEX #8FAFF0 Jordy Blue

📋 copy color: '#8FAFF0'

red 143 ◦ green 175 ◦ blue 240

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

Shades of Jordy Blue #8FAFF0

Tints of Jordy Blue #8FAFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.01%

R = 25.63%
G = 31.36%
B = 43.01%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8FAFF0 (or 0x8FAFF0) is known color: Jordy Blue. HEX triplet: 8F, AF and F0. RGB value is (143,175,240). Sum of RGB (Red+Green+Blue) = 143+175+240=558 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.63% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #8FAFF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAFF0 is #70500F. Grayscale: #ACACAC. Windows color (decimal): -7360528 or 15773583. OLE color: 15773583.

HSL color Cylindrical-coordinate representation of color #8FAFF0: hue angle of 220.21º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FAFF0 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 143 175 240 -
CMYK 0.40 0.27 0 0.06
HSL 220.21º 0.76% 0.75% -
HSV(B) 220.21º 0.4% 0.94% -
XYZ 42.39 42.79 88.46 -
YUV 172.84 165.9 106.71 -
System Red Green Blue C M Y K H S L
Decimal 143 175 240 0.40 0.27 0 0.06 220.21 0.76 0.75
Hex 8F AF F0 28 1B 0 6 DC 4C 4B
Octal 217 257 360 50 33 0 6 334 114 113
Binary 10001111 10101111 11110000 101000 11011 0 110 11011100 1001100 1001011

Color Harmonies of #8FAFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAFF0

Black with #8FAFF0

Text Example


Text Example

White with #8FAFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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