Html Css Color HEX #AFD1DF Light Blue

📋 copy color: '#AFD1DF'

red 175 ◦ green 209 ◦ blue 223

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

Shades of Light Blue #AFD1DF

Tints of Light Blue #AFD1DF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.43%

 BLUE value IS 223 (87.5% from 255) = 36.74%

R = 28.83%
G = 34.43%
B = 36.74%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFD1DF (or 0xAFD1DF) is known color: Light Blue. HEX triplet: AF, D1 and DF. RGB value is (175,209,223). Sum of RGB (Red+Green+Blue) = 175+209+223=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 209 (82.03% from 255 or 34.43% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFD1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD1DF is #502E20. Grayscale: #C8C8C8. Windows color (decimal): -5254689 or 14668207. OLE color: 14668207.

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

Color convert

RGB 175 209 223 -
CMYK 0.22 0.06 0 0.13
HSL 197.5º 0.43% 0.78% -
HSV(B) 197.5º 0.22% 0.87% -
XYZ 53.8 60.04 78.57 -
YUV 200.43 140.74 109.86 -
System Red Green Blue C M Y K H S L
Decimal 175 209 223 0.22 0.06 0 0.13 197.5 0.43 0.78
Hex AF D1 DF 16 6 0 D C6 2B 4E
Octal 257 321 337 26 6 0 15 306 53 116
Binary 10101111 11010001 11011111 10110 110 0 1101 11000110 101011 1001110

Color Harmonies of #AFD1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD1DF

Black with #AFD1DF

Text Example


Text Example

White with #AFD1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD1DF; }

 p { color: rgb(175,209,223); }

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

background-color css

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

 a { background-color: rgb(175,209,223); }

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

border-color css

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

 span { border-color: rgb(175,209,223); }

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