Html Css Color HEX #AFDDF0 Light Blue

📋 copy color: '#AFDDF0'

red 175 ◦ green 221 ◦ blue 240

#AFDDF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Blue #AFDDF0

Tints of Light Blue #AFDDF0

RGB

 RED value IS 175 (68.75% from 255) = 27.52%

 GREEN value IS 221 (86.72% from 255) = 34.75%

 BLUE value IS 240 (94.14% from 255) = 37.74%

R = 27.52%
G = 34.75%
B = 37.74%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFDDF0 (or 0xAFDDF0) is known color: Light Blue. HEX triplet: AF, DD and F0. RGB value is (175,221,240). Sum of RGB (Red+Green+Blue) = 175+221+240=636 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.52% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFDDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDDF0 is #50220F. Grayscale: #D1D1D1. Windows color (decimal): -5251600 or 15785391. OLE color: 15785391.

HSL color Cylindrical-coordinate representation of color #AFDDF0: hue angle of 197.54º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFDDF0 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 221 240 -
CMYK 0.27 0.08 0 0.06
HSL 197.54º 0.68% 0.81% -
HSV(B) 197.54º 0.27% 0.94% -
XYZ 59.26 67.12 92.27 -
YUV 209.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 175 221 240 0.27 0.08 0 0.06 197.54 0.68 0.81
Hex AF DD F0 1B 8 0 6 C6 44 51
Octal 257 335 360 33 10 0 6 306 104 121
Binary 10101111 11011101 11110000 11011 1000 0 110 11000110 1000100 1010001

Color Harmonies of #AFDDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDF0

Black with #AFDDF0

Text Example


Text Example

White with #AFDDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDF0; }

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

 H1.HeaderClassName
 {
   color: #AFDDF0;
 }
 .AnyTagClassName
 {
   color: #AFDDF0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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