Html Css Color HEX #8DB0EE Jordy Blue

📋 copy color: '#8DB0EE'

red 141 ◦ green 176 ◦ blue 238

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

Shades of Jordy Blue #8DB0EE

Tints of Jordy Blue #8DB0EE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.71%

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

R = 25.41%
G = 31.71%
B = 42.88%

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

#8DB0EE (or 0x8DB0EE) is known color: Jordy Blue. HEX triplet: 8D, B0 and EE. RGB value is (141,176,238). Sum of RGB (Red+Green+Blue) = 141+176+238=555 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.41% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DB0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB0EE is #724F11. Grayscale: #ACACAC. Windows color (decimal): -7491346 or 15642765. OLE color: 15642765.

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

Color convert

RGB 141 176 238 -
CMYK 0.41 0.26 0 0.07
HSL 218.35º 0.74% 0.74% -
HSV(B) 218.35º 0.41% 0.93% -
XYZ 41.94 42.89 86.96 -
YUV 172.6 164.9 105.46 -
System Red Green Blue C M Y K H S L
Decimal 141 176 238 0.41 0.26 0 0.07 218.35 0.74 0.74
Hex 8D B0 EE 29 1A 0 7 DA 4A 4A
Octal 215 260 356 51 32 0 7 332 112 112
Binary 10001101 10110000 11101110 101001 11010 0 111 11011010 1001010 1001010

Color Harmonies of #8DB0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB0EE

Black with #8DB0EE

Text Example


Text Example

White with #8DB0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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