Html Css Color HEX #8AD2EB Sky Blue

📋 copy color: '#8AD2EB'

red 138 ◦ green 210 ◦ blue 235

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

Shades of Sky Blue #8AD2EB

Tints of Sky Blue #8AD2EB

RGB

 RED value IS 138 (54.3% from 255) = 23.67%

 GREEN value IS 210 (82.42% from 255) = 36.02%

 BLUE value IS 235 (92.19% from 255) = 40.31%

R = 23.67%
G = 36.02%
B = 40.31%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8AD2EB (or 0x8AD2EB) is known color: Sky Blue. HEX triplet: 8A, D2 and EB. RGB value is (138,210,235). Sum of RGB (Red+Green+Blue) = 138+210+235=583 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.67% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #8AD2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD2EB is #752D14. Grayscale: #BFBFBF. Windows color (decimal): -7679253 or 15454858. OLE color: 15454858.

HSL color Cylindrical-coordinate representation of color #8AD2EB: hue angle of 195.46º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AD2EB is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 138 210 235 -
CMYK 0.41 0.11 0 0.08
HSL 195.46º 0.71% 0.73% -
HSV(B) 195.46º 0.41% 0.92% -
XYZ 48.52 57.49 87.14 -
YUV 191.32 152.65 89.97 -
System Red Green Blue C M Y K H S L
Decimal 138 210 235 0.41 0.11 0 0.08 195.46 0.71 0.73
Hex 8A D2 EB 29 B 0 8 C3 47 49
Octal 212 322 353 51 13 0 10 303 107 111
Binary 10001010 11010010 11101011 101001 1011 0 1000 11000011 1000111 1001001

Color Harmonies of #8AD2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD2EB

Black with #8AD2EB

Text Example


Text Example

White with #8AD2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,210,235); }

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

background-color css

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

 a { background-color: rgb(138,210,235); }

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

border-color css

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

 span { border-color: rgb(138,210,235); }

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