#AFDDEA

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

Shades of Light Blue #AFDDEA

Tints of Light Blue #AFDDEA

Color information

#AFDDEA (or 0xAFDDEA) is unknown color: approx Light Blue. HEX triplet: AF, DD and EA. RGB value is (175,221,234). Sum of RGB (Red+Green+Blue) = 175+221+234=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFDDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDDEA is #502215. Grayscale: #D0D0D0. Windows color (decimal): -5251606 or 15392175. OLE color: 15392175.

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

Color convert

RGB175221234-
CMYK0.250.0600.08
HSL193.22º58.42%80.2%-
HSV(B)193.22º25.21%91.76%-
XYZ58.3966.7787.65-
YUV208.73142.26103.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.78%
GREEN value IS 221 (86.72% from 255) = 35.08%
BLUE value IS 234 (91.80% from 255) = 37.14%
R=27.78%
G=35.08%
B=37.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752212340.250.0600.08193.2258.4280.2
HexAFDDEA19608c13a50
Octal25733535231601030172120
Binary1010111111011101111010101100111001000110000011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDEA; }

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

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

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

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

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

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

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

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