Html Css Color HEX #8DAAEA Jordy Blue

📋 copy color: '#8DAAEA'

red 141 ◦ green 170 ◦ blue 234

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

Shades of Jordy Blue #8DAAEA

Tints of Jordy Blue #8DAAEA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.19%

 BLUE value IS 234 (91.8% from 255) = 42.94%

R = 25.87%
G = 31.19%
B = 42.94%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8DAAEA (or 0x8DAAEA) is known color: Jordy Blue. HEX triplet: 8D, AA and EA. RGB value is (141,170,234). Sum of RGB (Red+Green+Blue) = 141+170+234=545 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.87% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DAAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAAEA is #725515. Grayscale: #A8A8A8. Windows color (decimal): -7492886 or 15379085. OLE color: 15379085.

HSL color Cylindrical-coordinate representation of color #8DAAEA: hue angle of 221.29º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DAAEA is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 170 234 -
CMYK 0.40 0.27 0 0.08
HSL 221.29º 0.69% 0.74% -
HSV(B) 221.29º 0.4% 0.92% -
XYZ 40.21 40.35 83.51 -
YUV 168.63 164.89 108.3 -
System Red Green Blue C M Y K H S L
Decimal 141 170 234 0.40 0.27 0 0.08 221.29 0.69 0.74
Hex 8D AA EA 28 1B 0 8 DD 45 4A
Octal 215 252 352 50 33 0 10 335 105 112
Binary 10001101 10101010 11101010 101000 11011 0 1000 11011101 1000101 1001010

Color Harmonies of #8DAAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAAEA

Black with #8DAAEA

Text Example


Text Example

White with #8DAAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,170,234); }

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

background-color css

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

 a { background-color: rgb(141,170,234); }

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

border-color css

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

 span { border-color: rgb(141,170,234); }

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