Html Css Color HEX #8FAEEB Jordy Blue

📋 copy color: '#8FAEEB'

red 143 ◦ green 174 ◦ blue 235

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

Shades of Jordy Blue #8FAEEB

Tints of Jordy Blue #8FAEEB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.52%

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

R = 25.91%
G = 31.52%
B = 42.57%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8FAEEB (or 0x8FAEEB) is known color: Jordy Blue. HEX triplet: 8F, AE and EB. RGB value is (143,174,235). Sum of RGB (Red+Green+Blue) = 143+174+235=552 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.91% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #8FAEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAEEB is #705114. Grayscale: #ABABAB. Windows color (decimal): -7360789 or 15445647. OLE color: 15445647.

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

Color convert

RGB 143 174 235 -
CMYK 0.39 0.26 0 0.08
HSL 219.78º 0.7% 0.74% -
HSV(B) 219.78º 0.39% 0.92% -
XYZ 41.46 42.11 84.54 -
YUV 171.69 163.73 107.54 -
System Red Green Blue C M Y K H S L
Decimal 143 174 235 0.39 0.26 0 0.08 219.78 0.7 0.74
Hex 8F AE EB 27 1A 0 8 DC 46 4A
Octal 217 256 353 47 32 0 10 334 106 112
Binary 10001111 10101110 11101011 100111 11010 0 1000 11011100 1000110 1001010

Color Harmonies of #8FAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAEEB

Black with #8FAEEB

Text Example


Text Example

White with #8FAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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