Html Css Color HEX #8AD0ED Sky Blue

📋 copy color: '#8AD0ED'

red 138 ◦ green 208 ◦ blue 237

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

Shades of Sky Blue #8AD0ED

Tints of Sky Blue #8AD0ED

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.68%

 BLUE value IS 237 (92.97% from 255) = 40.65%

R = 23.67%
G = 35.68%
B = 40.65%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8AD0ED (or 0x8AD0ED) is known color: Sky Blue. HEX triplet: 8A, D0 and ED. RGB value is (138,208,237). Sum of RGB (Red+Green+Blue) = 138+208+237=583 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.67% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #8AD0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD0ED is #752F12. Grayscale: #BEBEBE. Windows color (decimal): -7679763 or 15585418. OLE color: 15585418.

HSL color Cylindrical-coordinate representation of color #8AD0ED: hue angle of 197.58º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AD0ED is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 208 237 -
CMYK 0.42 0.12 0 0.07
HSL 197.58º 0.73% 0.74% -
HSV(B) 197.58º 0.42% 0.93% -
XYZ 48.32 56.63 88.5 -
YUV 190.38 154.31 90.64 -
System Red Green Blue C M Y K H S L
Decimal 138 208 237 0.42 0.12 0 0.07 197.58 0.73 0.74
Hex 8A D0 ED 2A C 0 7 C6 49 4A
Octal 212 320 355 52 14 0 7 306 111 112
Binary 10001010 11010000 11101101 101010 1100 0 111 11000110 1001001 1001010

Color Harmonies of #8AD0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD0ED

Black with #8AD0ED

Text Example


Text Example

White with #8AD0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,208,237); }

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

background-color css

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

 a { background-color: rgb(138,208,237); }

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

border-color css

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

 span { border-color: rgb(138,208,237); }

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