Html Css Color HEX #8FAAEA Jordy Blue

📋 copy color: '#8FAAEA'

red 143 ◦ green 170 ◦ blue 234

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

Shades of Jordy Blue #8FAAEA

Tints of Jordy Blue #8FAAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.78%

R = 26.14%
G = 31.08%
B = 42.78%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8FAAEA (or 0x8FAAEA) is known color: Jordy Blue. HEX triplet: 8F, AA and EA. RGB value is (143,170,234). Sum of RGB (Red+Green+Blue) = 143+170+234=547 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.14% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FAAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAAEA is #705515. Grayscale: #A8A8A8. Windows color (decimal): -7361814 or 15379087. OLE color: 15379087.

HSL color Cylindrical-coordinate representation of color #8FAAEA: hue angle of 222.2º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FAAEA is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 170 234 -
CMYK 0.39 0.27 0 0.08
HSL 222.2º 0.68% 0.74% -
HSV(B) 222.2º 0.39% 0.92% -
XYZ 40.55 40.53 83.53 -
YUV 169.22 164.55 109.3 -
System Red Green Blue C M Y K H S L
Decimal 143 170 234 0.39 0.27 0 0.08 222.2 0.68 0.74
Hex 8F AA EA 27 1B 0 8 DE 44 4A
Octal 217 252 352 47 33 0 10 336 104 112
Binary 10001111 10101010 11101010 100111 11011 0 1000 11011110 1000100 1001010

Color Harmonies of #8FAAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAAEA

Black with #8FAAEA

Text Example


Text Example

White with #8FAAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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