Html Css Color HEX #AFD3DC Light Blue

📋 copy color: '#AFD3DC'

red 175 ◦ green 211 ◦ blue 220

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

Shades of Light Blue #AFD3DC

Tints of Light Blue #AFD3DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.3%

R = 28.88%
G = 34.82%
B = 36.3%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFD3DC (or 0xAFD3DC) is known color: Light Blue. HEX triplet: AF, D3 and DC. RGB value is (175,211,220). Sum of RGB (Red+Green+Blue) = 175+211+220=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFD3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD3DC is #502C23. Grayscale: #C9C9C9. Windows color (decimal): -5254180 or 14472111. OLE color: 14472111.

HSL color Cylindrical-coordinate representation of color #AFD3DC: hue angle of 192º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFD3DC is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 211 220 -
CMYK 0.20 0.04 0 0.14
HSL 192º 0.39% 0.77% -
HSV(B) 192º 0.2% 0.86% -
XYZ 53.89 60.87 76.62 -
YUV 201.26 138.57 109.27 -
System Red Green Blue C M Y K H S L
Decimal 175 211 220 0.20 0.04 0 0.14 192 0.39 0.77
Hex AF D3 DC 14 4 0 E C0 27 4D
Octal 257 323 334 24 4 0 16 300 47 115
Binary 10101111 11010011 11011100 10100 100 0 1110 11000000 100111 1001101

Color Harmonies of #AFD3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD3DC

Black with #AFD3DC

Text Example


Text Example

White with #AFD3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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