Html Css Color HEX #8FAAEB Jordy Blue

📋 copy color: '#8FAAEB'

red 143 ◦ green 170 ◦ blue 235

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

Shades of Jordy Blue #8FAAEB

Tints of Jordy Blue #8FAAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.88%

R = 26.09%
G = 31.02%
B = 42.88%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8FAAEB (or 0x8FAAEB) is known color: Jordy Blue. HEX triplet: 8F, AA and EB. RGB value is (143,170,235). Sum of RGB (Red+Green+Blue) = 143+170+235=548 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.09% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #8FAAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAAEB is #705514. Grayscale: #A9A9A9. Windows color (decimal): -7361813 or 15444623. OLE color: 15444623.

HSL color Cylindrical-coordinate representation of color #8FAAEB: hue angle of 222.39º degrees, saturation: 0.7, 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 #8FAAEB is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 170 235 -
CMYK 0.39 0.28 0 0.08
HSL 222.39º 0.7% 0.74% -
HSV(B) 222.39º 0.39% 0.92% -
XYZ 40.7 40.59 84.29 -
YUV 169.34 165.05 109.21 -
System Red Green Blue C M Y K H S L
Decimal 143 170 235 0.39 0.28 0 0.08 222.39 0.7 0.74
Hex 8F AA EB 27 1C 0 8 DE 46 4A
Octal 217 252 353 47 34 0 10 336 106 112
Binary 10001111 10101010 11101011 100111 11100 0 1000 11011110 1000110 1001010

Color Harmonies of #8FAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAAEB

Black with #8FAAEB

Text Example


Text Example

White with #8FAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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