Html Css Color HEX #8FAAEE Jordy Blue

📋 copy color: '#8FAAEE'

red 143 ◦ green 170 ◦ blue 238

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

Shades of Jordy Blue #8FAAEE

Tints of Jordy Blue #8FAAEE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.85%

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

R = 25.95%
G = 30.85%
B = 43.19%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8FAAEE (or 0x8FAAEE) is known color: Jordy Blue. HEX triplet: 8F, AA and EE. RGB value is (143,170,238). Sum of RGB (Red+Green+Blue) = 143+170+238=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FAAEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAAEE is #705511. Grayscale: #A9A9A9. Windows color (decimal): -7361810 or 15641231. OLE color: 15641231.

HSL color Cylindrical-coordinate representation of color #8FAAEE: hue angle of 222.95º 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 #8FAAEE is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 170 238 -
CMYK 0.40 0.29 0 0.07
HSL 222.95º 0.74% 0.75% -
HSV(B) 222.95º 0.4% 0.93% -
XYZ 41.14 40.76 86.59 -
YUV 169.68 166.55 108.97 -
System Red Green Blue C M Y K H S L
Decimal 143 170 238 0.40 0.29 0 0.07 222.95 0.74 0.75
Hex 8F AA EE 28 1D 0 7 DF 4A 4B
Octal 217 252 356 50 35 0 7 337 112 113
Binary 10001111 10101010 11101110 101000 11101 0 111 11011111 1001010 1001011

Color Harmonies of #8FAAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAAEE

Black with #8FAAEE

Text Example


Text Example

White with #8FAAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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