Html Css Color HEX #8DABEC Jordy Blue

📋 copy color: '#8DABEC'

red 141 ◦ green 171 ◦ blue 236

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

Shades of Jordy Blue #8DABEC

Tints of Jordy Blue #8DABEC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.2%

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

R = 25.73%
G = 31.2%
B = 43.07%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DABEC (or 0x8DABEC) is known color: Jordy Blue. HEX triplet: 8D, AB and EC. RGB value is (141,171,236). Sum of RGB (Red+Green+Blue) = 141+171+236=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DABEC is #725413. Grayscale: #A9A9A9. Windows color (decimal): -7492628 or 15510413. OLE color: 15510413.

HSL color Cylindrical-coordinate representation of color #8DABEC: hue angle of 221.05º 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 #8DABEC is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 171 236 -
CMYK 0.40 0.28 0 0.07
HSL 221.05º 0.71% 0.74% -
HSV(B) 221.05º 0.4% 0.93% -
XYZ 40.69 40.84 85.1 -
YUV 169.44 165.56 107.71 -
System Red Green Blue C M Y K H S L
Decimal 141 171 236 0.40 0.28 0 0.07 221.05 0.71 0.74
Hex 8D AB EC 28 1C 0 7 DD 47 4A
Octal 215 253 354 50 34 0 7 335 107 112
Binary 10001101 10101011 11101100 101000 11100 0 111 11011101 1000111 1001010

Color Harmonies of #8DABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DABEC

Black with #8DABEC

Text Example


Text Example

White with #8DABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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