Html Css Color HEX #8DB1EE Jordy Blue

📋 copy color: '#8DB1EE'

red 141 ◦ green 177 ◦ blue 238

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

Shades of Jordy Blue #8DB1EE

Tints of Jordy Blue #8DB1EE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.83%

 BLUE value IS 238 (93.36% from 255) = 42.81%

R = 25.36%
G = 31.83%
B = 42.81%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DB1EE (or 0x8DB1EE) is known color: Jordy Blue. HEX triplet: 8D, B1 and EE. RGB value is (141,177,238). Sum of RGB (Red+Green+Blue) = 141+177+238=556 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.36% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DB1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB1EE is #724E11. Grayscale: #ACACAC. Windows color (decimal): -7491090 or 15643021. OLE color: 15643021.

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

Color convert

RGB 141 177 238 -
CMYK 0.41 0.26 0 0.07
HSL 217.73º 0.74% 0.74% -
HSV(B) 217.73º 0.41% 0.93% -
XYZ 42.14 43.28 87.02 -
YUV 173.19 164.57 105.04 -
System Red Green Blue C M Y K H S L
Decimal 141 177 238 0.41 0.26 0 0.07 217.73 0.74 0.74
Hex 8D B1 EE 29 1A 0 7 DA 4A 4A
Octal 215 261 356 51 32 0 7 332 112 112
Binary 10001101 10110001 11101110 101001 11010 0 111 11011010 1001010 1001010

Color Harmonies of #8DB1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB1EE

Black with #8DB1EE

Text Example


Text Example

White with #8DB1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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