Html Css Color HEX #8FAFEE Jordy Blue

📋 copy color: '#8FAFEE'

red 143 ◦ green 175 ◦ blue 238

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

Shades of Jordy Blue #8FAFEE

Tints of Jordy Blue #8FAFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.81%

R = 25.72%
G = 31.47%
B = 42.81%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8FAFEE (or 0x8FAFEE) is known color: Jordy Blue. HEX triplet: 8F, AF and EE. RGB value is (143,175,238). Sum of RGB (Red+Green+Blue) = 143+175+238=556 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.72% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FAFEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAFEE is #705011. Grayscale: #ACACAC. Windows color (decimal): -7360530 or 15642511. OLE color: 15642511.

HSL color Cylindrical-coordinate representation of color #8FAFEE: hue angle of 219.79º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FAFEE is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 175 238 -
CMYK 0.40 0.26 0 0.07
HSL 219.79º 0.74% 0.75% -
HSV(B) 219.79º 0.4% 0.93% -
XYZ 42.09 42.67 86.91 -
YUV 172.61 164.9 106.88 -
System Red Green Blue C M Y K H S L
Decimal 143 175 238 0.40 0.26 0 0.07 219.79 0.74 0.75
Hex 8F AF EE 28 1A 0 7 DC 4A 4B
Octal 217 257 356 50 32 0 7 334 112 113
Binary 10001111 10101111 11101110 101000 11010 0 111 11011100 1001010 1001011

Color Harmonies of #8FAFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAFEE

Black with #8FAFEE

Text Example


Text Example

White with #8FAFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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