Html Css Color HEX #8DB2EB Jordy Blue

📋 copy color: '#8DB2EB'

red 141 ◦ green 178 ◦ blue 235

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

Shades of Jordy Blue #8DB2EB

Tints of Jordy Blue #8DB2EB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.13%

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

R = 25.45%
G = 32.13%
B = 42.42%

CMYK

 C value IS 0.4

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8DB2EB (or 0x8DB2EB) is known color: Jordy Blue. HEX triplet: 8D, B2 and EB. RGB value is (141,178,235). Sum of RGB (Red+Green+Blue) = 141+178+235=554 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.45% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DB2EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB2EB is #724D14. Grayscale: #ADADAD. Windows color (decimal): -7490837 or 15446669. OLE color: 15446669.

HSL color Cylindrical-coordinate representation of color #8DB2EB: hue angle of 216.38º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DB2EB is Cyan = 0.4, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 178 235 -
CMYK 0.4 0.24 0 0.08
HSL 216.38º 0.7% 0.74% -
HSV(B) 216.38º 0.4% 0.92% -
XYZ 41.9 43.5 84.79 -
YUV 173.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 141 178 235 0.4 0.24 0 0.08 216.38 0.7 0.74
Hex 8D B2 EB 28 18 0 8 D8 46 4A
Octal 215 262 353 50 30 0 10 330 106 112
Binary 10001101 10110010 11101011 101000 11000 0 1000 11011000 1000110 1001010

Color Harmonies of #8DB2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB2EB

Black with #8DB2EB

Text Example


Text Example

White with #8DB2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,178,235); }

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

background-color css

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

 a { background-color: rgb(141,178,235); }

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

border-color css

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

 span { border-color: rgb(141,178,235); }

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