Html Css Color HEX #AFD5DB Light Blue

📋 copy color: '#AFD5DB'

red 175 ◦ green 213 ◦ blue 219

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

Shades of Light Blue #AFD5DB

Tints of Light Blue #AFD5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.09%

 BLUE value IS 219 (85.94% from 255) = 36.08%

R = 28.83%
G = 35.09%
B = 36.08%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFD5DB (or 0xAFD5DB) is known color: Light Blue. HEX triplet: AF, D5 and DB. RGB value is (175,213,219). Sum of RGB (Red+Green+Blue) = 175+213+219=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFD5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD5DB is #502A24. Grayscale: #CACACA. Windows color (decimal): -5253669 or 14407087. OLE color: 14407087.

HSL color Cylindrical-coordinate representation of color #AFD5DB: hue angle of 188.18º degrees, saturation: 0.38, 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 #AFD5DB is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 213 219 -
CMYK 0.20 0.03 0 0.14
HSL 188.18º 0.38% 0.77% -
HSV(B) 188.18º 0.2% 0.86% -
XYZ 54.26 61.82 76.09 -
YUV 202.32 137.41 108.51 -
System Red Green Blue C M Y K H S L
Decimal 175 213 219 0.20 0.03 0 0.14 188.18 0.38 0.77
Hex AF D5 DB 14 3 0 E BC 26 4D
Octal 257 325 333 24 3 0 16 274 46 115
Binary 10101111 11010101 11011011 10100 11 0 1110 10111100 100110 1001101

Color Harmonies of #AFD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD5DB

Black with #AFD5DB

Text Example


Text Example

White with #AFD5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD5DB; }

 p { color: rgb(175,213,219); }

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

background-color css

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

 a { background-color: rgb(175,213,219); }

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

border-color css

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

 span { border-color: rgb(175,213,219); }

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