Html Css Color HEX #AFD3DD Light Blue

📋 copy color: '#AFD3DD'

red 175 ◦ green 211 ◦ blue 221

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

Shades of Light Blue #AFD3DD

Tints of Light Blue #AFD3DD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.76%

 BLUE value IS 221 (86.72% from 255) = 36.41%

R = 28.83%
G = 34.76%
B = 36.41%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFD3DD (or 0xAFD3DD) is known color: Light Blue. HEX triplet: AF, D3 and DD. RGB value is (175,211,221). Sum of RGB (Red+Green+Blue) = 175+211+221=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFD3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD3DD is #502C22. Grayscale: #C9C9C9. Windows color (decimal): -5254179 or 14537647. OLE color: 14537647.

HSL color Cylindrical-coordinate representation of color #AFD3DD: hue angle of 193.04º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFD3DD is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 211 221 -
CMYK 0.21 0.05 0 0.13
HSL 193.04º 0.4% 0.78% -
HSV(B) 193.04º 0.21% 0.87% -
XYZ 54.02 60.92 77.32 -
YUV 201.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 175 211 221 0.21 0.05 0 0.13 193.04 0.4 0.78
Hex AF D3 DD 15 5 0 D C1 28 4E
Octal 257 323 335 25 5 0 15 301 50 116
Binary 10101111 11010011 11011101 10101 101 0 1101 11000001 101000 1001110

Color Harmonies of #AFD3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD3DD

Black with #AFD3DD

Text Example


Text Example

White with #AFD3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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