Html Css Color HEX #8DAFEC Jordy Blue

📋 copy color: '#8DAFEC'

red 141 ◦ green 175 ◦ blue 236

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

Shades of Jordy Blue #8DAFEC

Tints of Jordy Blue #8DAFEC

RGB

 RED value IS 141 (55.47% from 255) = 25.54%

 GREEN value IS 175 (68.75% from 255) = 31.7%

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

R = 25.54%
G = 31.7%
B = 42.75%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DAFEC (or 0x8DAFEC) is known color: Jordy Blue. HEX triplet: 8D, AF and EC. RGB value is (141,175,236). Sum of RGB (Red+Green+Blue) = 141+175+236=552 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.54% from 552); Green value is 175 (68.75% from 255 or 31.70% 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 #8DAFEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAFEC is #725013. Grayscale: #ABABAB. Windows color (decimal): -7491604 or 15511437. OLE color: 15511437.

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

Color convert

RGB 141 175 236 -
CMYK 0.40 0.26 0 0.07
HSL 218.53º 0.71% 0.74% -
HSV(B) 218.53º 0.4% 0.93% -
XYZ 41.45 42.38 85.35 -
YUV 171.79 164.24 106.04 -
System Red Green Blue C M Y K H S L
Decimal 141 175 236 0.40 0.26 0 0.07 218.53 0.71 0.74
Hex 8D AF EC 28 1A 0 7 DB 47 4A
Octal 215 257 354 50 32 0 7 333 107 112
Binary 10001101 10101111 11101100 101000 11010 0 111 11011011 1000111 1001010

Color Harmonies of #8DAFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAFEC

Black with #8DAFEC

Text Example


Text Example

White with #8DAFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,175,236); }

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

background-color css

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

 a { background-color: rgb(141,175,236); }

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

border-color css

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

 span { border-color: rgb(141,175,236); }

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