#AFDDED

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

Shades of Light Blue #AFDDED

Tints of Light Blue #AFDDED

Color information

#AFDDED (or 0xAFDDED) is unknown color: approx Light Blue. HEX triplet: AF, DD and ED. RGB value is (175,221,237). Sum of RGB (Red+Green+Blue) = 175+221+237=633 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.65% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFDDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDDED is #502212. Grayscale: #D0D0D0. Windows color (decimal): -5251603 or 15588783. OLE color: 15588783.

HSL color Cylindrical-coordinate representation of color #AFDDED: hue angle of 195.48º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFDDED is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175221237-
CMYK0.260.0700.07
HSL195.48º63.27%80.78%-
HSV(B)195.48º26.16%92.94%-
XYZ58.8266.9489.94-
YUV209.07143.76103.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.65%
GREEN value IS 221 (86.72% from 255) = 34.91%
BLUE value IS 237 (92.97% from 255) = 37.44%
R=27.65%
G=34.91%
B=37.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752212370.260.0700.07195.4863.2780.78
HexAFDDED1A707c33f51
Octal2573353553270730377121
Binary101011111101110111101101110101110111110000111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDED; }

 p { color: rgb(175,221,237); }

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

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

 a { background-color: rgb(175,221,237); }

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

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

 span { border-color: rgb(175,221,237); }

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