Html Css Color HEX #8FADEC Jordy Blue

📋 copy color: '#8FADEC'

red 143 ◦ green 173 ◦ blue 236

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

Shades of Jordy Blue #8FADEC

Tints of Jordy Blue #8FADEC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.34%

 BLUE value IS 236 (92.58% from 255) = 42.75%

R = 25.91%
G = 31.34%
B = 42.75%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8FADEC (or 0x8FADEC) is known color: Jordy Blue. HEX triplet: 8F, AD and EC. RGB value is (143,173,236). Sum of RGB (Red+Green+Blue) = 143+173+236=552 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.91% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FADEC is #705213. Grayscale: #AAAAAA. Windows color (decimal): -7361044 or 15510927. OLE color: 15510927.

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

Color convert

RGB 143 173 236 -
CMYK 0.39 0.27 0 0.07
HSL 220.65º 0.71% 0.74% -
HSV(B) 220.65º 0.39% 0.93% -
XYZ 41.41 41.78 85.24 -
YUV 171.21 164.56 107.88 -
System Red Green Blue C M Y K H S L
Decimal 143 173 236 0.39 0.27 0 0.07 220.65 0.71 0.74
Hex 8F AD EC 27 1B 0 7 DD 47 4A
Octal 217 255 354 47 33 0 7 335 107 112
Binary 10001111 10101101 11101100 100111 11011 0 111 11011101 1000111 1001010

Color Harmonies of #8FADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FADEC

Black with #8FADEC

Text Example


Text Example

White with #8FADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,173,236); }

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

background-color css

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

 a { background-color: rgb(143,173,236); }

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

border-color css

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

 span { border-color: rgb(143,173,236); }

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