Html Css Color HEX #8ADAEC Sky Blue

📋 copy color: '#8ADAEC'

red 138 ◦ green 218 ◦ blue 236

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

Shades of Sky Blue #8ADAEC

Tints of Sky Blue #8ADAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.82%

 BLUE value IS 236 (92.58% from 255) = 39.86%

R = 23.31%
G = 36.82%
B = 39.86%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8ADAEC (or 0x8ADAEC) is known color: Sky Blue. HEX triplet: 8A, DA and EC. RGB value is (138,218,236). Sum of RGB (Red+Green+Blue) = 138+218+236=592 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.31% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #8ADAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADAEC is #752513. Grayscale: #C3C3C3. Windows color (decimal): -7677204 or 15522442. OLE color: 15522442.

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

Color convert

RGB 138 218 236 -
CMYK 0.42 0.08 0 0.07
HSL 191.02º 0.72% 0.73% -
HSV(B) 191.02º 0.42% 0.93% -
XYZ 50.69 61.6 88.58 -
YUV 196.13 150.5 86.54 -
System Red Green Blue C M Y K H S L
Decimal 138 218 236 0.42 0.08 0 0.07 191.02 0.72 0.73
Hex 8A DA EC 2A 8 0 7 BF 48 49
Octal 212 332 354 52 10 0 7 277 110 111
Binary 10001010 11011010 11101100 101010 1000 0 111 10111111 1001000 1001001

Color Harmonies of #8ADAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADAEC

Black with #8ADAEC

Text Example


Text Example

White with #8ADAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,218,236); }

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

background-color css

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

 a { background-color: rgb(138,218,236); }

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

border-color css

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

 span { border-color: rgb(138,218,236); }

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