#8DB7EE

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

Shades of Jordy Blue #8DB7EE

Tints of Jordy Blue #8DB7EE

Color information

#8DB7EE (or 0x8DB7EE) is unknown color: approx Jordy Blue. HEX triplet: 8D, B7 and EE. RGB value is (141,183,238). Sum of RGB (Red+Green+Blue) = 141+183+238=562 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.09% from 562); Green value is 183 (71.88% from 255 or 32.56% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DB7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB7EE is #724811. Grayscale: #B0B0B0. Windows color (decimal): -7489554 or 15644557. OLE color: 15644557.

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

Color convert

RGB141183238-
CMYK0.410.2300.07
HSL214.02º74.05%74.31%-
HSV(B)214.02º40.76%93.33%-
XYZ43.3545.787.43-
YUV176.71162.59102.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.09%
GREEN value IS 183 (71.88% from 255) = 32.56%
BLUE value IS 238 (93.36% from 255) = 42.35%
R=25.09%
G=32.56%
B=42.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1411832380.410.2300.07214.0274.0574.31
Hex8DB7EE291707d64a4a
Octal215267356512707326112112
Binary1000110110110111111011101010011011101111101011010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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