Html Css Color HEX #8DB2EA Jordy Blue

📋 copy color: '#8DB2EA'

red 141 ◦ green 178 ◦ blue 234

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

Shades of Jordy Blue #8DB2EA

Tints of Jordy Blue #8DB2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.31%

R = 25.5%
G = 32.19%
B = 42.31%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8DB2EA (or 0x8DB2EA) is known color: Jordy Blue. HEX triplet: 8D, B2 and EA. RGB value is (141,178,234). Sum of RGB (Red+Green+Blue) = 141+178+234=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DB2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB2EA is #724D15. Grayscale: #ADADAD. Windows color (decimal): -7490838 or 15381133. OLE color: 15381133.

HSL color Cylindrical-coordinate representation of color #8DB2EA: hue angle of 216.13º degrees, saturation: 0.69, 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 #8DB2EA is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 178 234 -
CMYK 0.40 0.24 0 0.08
HSL 216.13º 0.69% 0.74% -
HSV(B) 216.13º 0.4% 0.92% -
XYZ 41.76 43.44 84.03 -
YUV 173.32 162.24 104.95 -
System Red Green Blue C M Y K H S L
Decimal 141 178 234 0.40 0.24 0 0.08 216.13 0.69 0.74
Hex 8D B2 EA 28 18 0 8 D8 45 4A
Octal 215 262 352 50 30 0 10 330 105 112
Binary 10001101 10110010 11101010 101000 11000 0 1000 11011000 1000101 1001010

Color Harmonies of #8DB2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB2EA

Black with #8DB2EA

Text Example


Text Example

White with #8DB2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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