Html Css Color HEX #8ADBEF Sky Blue

📋 copy color: '#8ADBEF'

red 138 ◦ green 219 ◦ blue 239

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

Shades of Sky Blue #8ADBEF

Tints of Sky Blue #8ADBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.1%

R = 23.15%
G = 36.74%
B = 40.1%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8ADBEF (or 0x8ADBEF) is known color: Sky Blue. HEX triplet: 8A, DB and EF. RGB value is (138,219,239). Sum of RGB (Red+Green+Blue) = 138+219+239=596 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.15% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #8ADBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADBEF is #752410. Grayscale: #C4C4C4. Windows color (decimal): -7676945 or 15719306. OLE color: 15719306.

HSL color Cylindrical-coordinate representation of color #8ADBEF: hue angle of 191.88º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ADBEF is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 138 219 239 -
CMYK 0.42 0.08 0 0.06
HSL 191.88º 0.76% 0.74% -
HSV(B) 191.88º 0.42% 0.94% -
XYZ 51.39 62.3 90.98 -
YUV 197.06 151.66 85.87 -
System Red Green Blue C M Y K H S L
Decimal 138 219 239 0.42 0.08 0 0.06 191.88 0.76 0.74
Hex 8A DB EF 2A 8 0 6 C0 4C 4A
Octal 212 333 357 52 10 0 6 300 114 112
Binary 10001010 11011011 11101111 101010 1000 0 110 11000000 1001100 1001010

Color Harmonies of #8ADBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADBEF

Black with #8ADBEF

Text Example


Text Example

White with #8ADBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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