Html Css Color HEX #8AD0EE Sky Blue

📋 copy color: '#8AD0EE'

red 138 ◦ green 208 ◦ blue 238

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

Shades of Sky Blue #8AD0EE

Tints of Sky Blue #8AD0EE

RGB

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

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

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

R = 23.63%
G = 35.62%
B = 40.75%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8AD0EE (or 0x8AD0EE) is known color: Sky Blue. HEX triplet: 8A, D0 and EE. RGB value is (138,208,238). Sum of RGB (Red+Green+Blue) = 138+208+238=584 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.63% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #8AD0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD0EE is #752F11. Grayscale: #BEBEBE. Windows color (decimal): -7679762 or 15650954. OLE color: 15650954.

HSL color Cylindrical-coordinate representation of color #8AD0EE: hue angle of 198º degrees, saturation: 0.75, 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 #8AD0EE is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 208 238 -
CMYK 0.42 0.13 0 0.07
HSL 198º 0.75% 0.74% -
HSV(B) 198º 0.42% 0.93% -
XYZ 48.47 56.69 89.28 -
YUV 190.49 154.81 90.56 -
System Red Green Blue C M Y K H S L
Decimal 138 208 238 0.42 0.13 0 0.07 198 0.75 0.74
Hex 8A D0 EE 2A D 0 7 C6 4B 4A
Octal 212 320 356 52 15 0 7 306 113 112
Binary 10001010 11010000 11101110 101010 1101 0 111 11000110 1001011 1001010

Color Harmonies of #8AD0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD0EE

Black with #8AD0EE

Text Example


Text Example

White with #8AD0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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