Html Css Color HEX #8ADBEC Sky Blue

📋 copy color: '#8ADBEC'

red 138 ◦ green 219 ◦ blue 236

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

Shades of Sky Blue #8ADBEC

Tints of Sky Blue #8ADBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.93%

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

R = 23.27%
G = 36.93%
B = 39.8%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8ADBEC (or 0x8ADBEC) is known color: Sky Blue. HEX triplet: 8A, DB and EC. RGB value is (138,219,236). Sum of RGB (Red+Green+Blue) = 138+219+236=593 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.27% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #8ADBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADBEC is #752413. Grayscale: #C4C4C4. Windows color (decimal): -7676948 or 15522698. OLE color: 15522698.

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

Color convert

RGB 138 219 236 -
CMYK 0.42 0.07 0 0.07
HSL 190.41º 0.72% 0.73% -
HSV(B) 190.41º 0.42% 0.93% -
XYZ 50.95 62.12 88.66 -
YUV 196.72 150.16 86.12 -
System Red Green Blue C M Y K H S L
Decimal 138 219 236 0.42 0.07 0 0.07 190.41 0.72 0.73
Hex 8A DB EC 2A 7 0 7 BE 48 49
Octal 212 333 354 52 7 0 7 276 110 111
Binary 10001010 11011011 11101100 101010 111 0 111 10111110 1001000 1001001

Color Harmonies of #8ADBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADBEC

Black with #8ADBEC

Text Example


Text Example

White with #8ADBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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