#8ADBF0

Color #8ADBF0 Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #8ADBF0

Tints of Sky Blue #8ADBF0

Color information

#8ADBF0 (or 0x8ADBF0) is unknown color: approx Sky Blue. HEX triplet: 8A, DB and F0. RGB value is (138,219,240). Sum of RGB (Red+Green+Blue) = 138+219+240=597 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.12% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 240 - color contains mainly: blue. Hex color #8ADBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADBF0 is #75240F. Grayscale: #C5C5C5. Windows color (decimal): -7676944 or 15784842. OLE color: 15784842.

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

Color convert

RGB138219240-
CMYK0.420.0900.06
HSL192.35º77.27%74.12%-
HSV(B)192.35º42.5%94.12%-
XYZ51.5462.3691.76-
YUV197.18152.1685.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.12%
GREEN value IS 219 (85.94% from 255) = 36.68%
BLUE value IS 240 (94.14% from 255) = 40.20%
R=23.12%
G=36.68%
B=40.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1382192400.420.0900.06192.3577.2774.12
Hex8ADBF02A906c04d4a
Octal212333360521106300115112
Binary100010101101101111110000101010100101101100000010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ADBF0;
 }
 .AnyTagClassName
 {
   color: #8ADBF0;
 }
</style>
background-color css

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

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

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

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

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

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