Html Css Color HEX #AFDDF2 Light Blue

📋 copy color: '#AFDDF2'

red 175 ◦ green 221 ◦ blue 242

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

Shades of Light Blue #AFDDF2

Tints of Light Blue #AFDDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.93%

R = 27.43%
G = 34.64%
B = 37.93%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFDDF2 (or 0xAFDDF2) is known color: Light Blue. HEX triplet: AF, DD and F2. RGB value is (175,221,242). Sum of RGB (Red+Green+Blue) = 175+221+242=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFDDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDDF2 is #50220D. Grayscale: #D1D1D1. Windows color (decimal): -5251598 or 15916463. OLE color: 15916463.

HSL color Cylindrical-coordinate representation of color #AFDDF2: hue angle of 198.81º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFDDF2 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 221 242 -
CMYK 0.28 0.09 0 0.05
HSL 198.81º 0.72% 0.82% -
HSV(B) 198.81º 0.28% 0.95% -
XYZ 59.56 67.24 93.84 -
YUV 209.64 146.26 103.29 -
System Red Green Blue C M Y K H S L
Decimal 175 221 242 0.28 0.09 0 0.05 198.81 0.72 0.82
Hex AF DD F2 1C 9 0 5 C7 48 52
Octal 257 335 362 34 11 0 5 307 110 122
Binary 10101111 11011101 11110010 11100 1001 0 101 11000111 1001000 1010010

Color Harmonies of #AFDDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDF2

Black with #AFDDF2

Text Example


Text Example

White with #AFDDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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