#AFDEEB

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

Shades of Light Blue #AFDEEB

Tints of Light Blue #AFDEEB

Color information

#AFDEEB (or 0xAFDEEB) is unknown color: approx Light Blue. HEX triplet: AF, DE and EB. RGB value is (175,222,235). Sum of RGB (Red+Green+Blue) = 175+222+235=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFDEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDEEB is #502114. Grayscale: #D1D1D1. Windows color (decimal): -5251349 or 15457967. OLE color: 15457967.

HSL color Cylindrical-coordinate representation of color #AFDEEB: hue angle of 193º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFDEEB is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175222235-
CMYK0.260.0600.08
HSL193º60%80.39%-
HSV(B)193º25.53%92.16%-
XYZ58.867.3588.5-
YUV209.43142.43103.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.69%
GREEN value IS 222 (87.11% from 255) = 35.13%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=27.69%
G=35.13%
B=37.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752222350.260.0600.081936080.39
HexAFDEEB1A608c13c50
Octal25733635332601030174120
Binary1010111111011110111010111101011001000110000011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDEEB; }

 p { color: rgb(175,222,235); }

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

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

 a { background-color: rgb(175,222,235); }

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

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

 span { border-color: rgb(175,222,235); }

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