#AFD0E2

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

Shades of Light Blue #AFD0E2

Tints of Light Blue #AFD0E2

Color information

#AFD0E2 (or 0xAFD0E2) is unknown color: approx Light Blue. HEX triplet: AF, D0 and E2. RGB value is (175,208,226). Sum of RGB (Red+Green+Blue) = 175+208+226=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 226 (88.67% from 255 or 37.11% from 609); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFD0E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD0E2 is #502F1D. Grayscale: #C8C8C8. Windows color (decimal): -5254942 or 14864559. OLE color: 14864559.

HSL color Cylindrical-coordinate representation of color #AFD0E2: hue angle of 201.18º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFD0E2 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175208226-
CMYK0.230.0800.11
HSL201.18º46.79%78.63%-
HSV(B)201.18º22.57%88.63%-
XYZ53.9659.7280.63-
YUV200.18142.57110.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.74%
GREEN value IS 208 (81.64% from 255) = 34.15%
BLUE value IS 226 (88.67% from 255) = 37.11%
R=28.74%
G=34.15%
B=37.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752082260.230.0800.11201.1846.7978.63
HexAFD0E21780Bc92f4f
Octal257320342271001331157117
Binary10101111110100001110001010111100001011110010011011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD0E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD0E2; }

 p { color: rgb(175,208,226); }

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

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

 a { background-color: rgb(175,208,226); }

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

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

 span { border-color: rgb(175,208,226); }

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