Html Css Color HEX #8DB4EE Jordy Blue

📋 copy color: '#8DB4EE'

red 141 ◦ green 180 ◦ blue 238

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

Shades of Jordy Blue #8DB4EE

Tints of Jordy Blue #8DB4EE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.2%

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

R = 25.22%
G = 32.2%
B = 42.58%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DB4EE (or 0x8DB4EE) is known color: Jordy Blue. HEX triplet: 8D, B4 and EE. RGB value is (141,180,238). Sum of RGB (Red+Green+Blue) = 141+180+238=559 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.22% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DB4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB4EE is #724B11. Grayscale: #AEAEAE. Windows color (decimal): -7490322 or 15643789. OLE color: 15643789.

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

Color convert

RGB 141 180 238 -
CMYK 0.41 0.24 0 0.07
HSL 215.88º 0.74% 0.74% -
HSV(B) 215.88º 0.41% 0.93% -
XYZ 42.74 44.48 87.22 -
YUV 174.95 163.58 103.78 -
System Red Green Blue C M Y K H S L
Decimal 141 180 238 0.41 0.24 0 0.07 215.88 0.74 0.74
Hex 8D B4 EE 29 18 0 7 D8 4A 4A
Octal 215 264 356 51 30 0 7 330 112 112
Binary 10001101 10110100 11101110 101001 11000 0 111 11011000 1001010 1001010

Color Harmonies of #8DB4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB4EE

Black with #8DB4EE

Text Example


Text Example

White with #8DB4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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