#8DB2EE

Color #8DB2EE Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #8DB2EE

Tints of Jordy Blue #8DB2EE

Color information

#8DB2EE (or 0x8DB2EE) is unknown color: approx Jordy Blue. HEX triplet: 8D, B2 and EE. RGB value is (141,178,238). Sum of RGB (Red+Green+Blue) = 141+178+238=557 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.31% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DB2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB2EE is #724D11. Grayscale: #ADADAD. Windows color (decimal): -7490834 or 15643277. OLE color: 15643277.

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

Color convert

RGB141178238-
CMYK0.410.2500.07
HSL217.11º74.05%74.31%-
HSV(B)217.11º40.76%93.33%-
XYZ42.3443.6887.09-
YUV173.78164.24104.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.31%
GREEN value IS 178 (69.92% from 255) = 31.96%
BLUE value IS 238 (93.36% from 255) = 42.73%
R=25.31%
G=31.96%
B=42.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1411782380.410.2500.07217.1174.0574.31
Hex8DB2EE291907d94a4a
Octal215262356513107331112112
Binary1000110110110010111011101010011100101111101100110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DB2EE;
 }
 .AnyTagClassName
 {
   color: #8DB2EE;
 }
</style>
background-color css

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

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

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

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

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

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