#8ADFF1

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

Shades of Sky Blue #8ADFF1

Tints of Sky Blue #8ADFF1

Color information

#8ADFF1 (or 0x8ADFF1) is unknown color: approx Sky Blue. HEX triplet: 8A, DF and F1. RGB value is (138,223,241). Sum of RGB (Red+Green+Blue) = 138+223+241=602 (79% of max value = 765). Red value is 138 (54.30% from 255 or 22.92% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #8ADFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADFF1 is #75200E. Grayscale: #C7C7C7. Windows color (decimal): -7675919 or 15851402. OLE color: 15851402.

HSL color Cylindrical-coordinate representation of color #8ADFF1: hue angle of 190.49º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ADFF1 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB138223241-
CMYK0.430.0700.05
HSL190.49º78.63%74.31%-
HSV(B)190.49º42.74%94.51%-
XYZ52.7564.5392.89-
YUV199.64151.3484.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.92%
GREEN value IS 223 (87.5% from 255) = 37.04%
BLUE value IS 241 (94.53% from 255) = 40.03%
R=22.92%
G=37.04%
B=40.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1382232410.430.0700.05190.4978.6374.31
Hex8ADFF12B705be4f4a
Octal21233736153705276117112
Binary10001010110111111111000110101111101011011111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,223,241); }

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

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

 a { background-color: rgb(138,223,241); }

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

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

 span { border-color: rgb(138,223,241); }

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