Html Css Color HEX #AFDDF1 Light Blue

📋 copy color: '#AFDDF1'

red 175 ◦ green 221 ◦ blue 241

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

Shades of Light Blue #AFDDF1

Tints of Light Blue #AFDDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.83%

R = 27.47%
G = 34.69%
B = 37.83%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFDDF1 (or 0xAFDDF1) is known color: Light Blue. HEX triplet: AF, DD and F1. RGB value is (175,221,241). Sum of RGB (Red+Green+Blue) = 175+221+241=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFDDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDDF1 is #50220E. Grayscale: #D1D1D1. Windows color (decimal): -5251599 or 15850927. OLE color: 15850927.

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

Color convert

RGB 175 221 241 -
CMYK 0.27 0.08 0 0.05
HSL 198.18º 0.7% 0.82% -
HSV(B) 198.18º 0.27% 0.95% -
XYZ 59.41 67.18 93.05 -
YUV 209.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 175 221 241 0.27 0.08 0 0.05 198.18 0.7 0.82
Hex AF DD F1 1B 8 0 5 C6 46 52
Octal 257 335 361 33 10 0 5 306 106 122
Binary 10101111 11011101 11110001 11011 1000 0 101 11000110 1000110 1010010

Color Harmonies of #AFDDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDF1

Black with #AFDDF1

Text Example


Text Example

White with #AFDDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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