Html Css Color HEX #AFD3DF Light Blue

📋 copy color: '#AFD3DF'

red 175 ◦ green 211 ◦ blue 223

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

Shades of Light Blue #AFD3DF

Tints of Light Blue #AFD3DF

RGB

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

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

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

R = 28.74%
G = 34.65%
B = 36.62%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFD3DF (or 0xAFD3DF) is known color: Light Blue. HEX triplet: AF, D3 and DF. RGB value is (175,211,223). Sum of RGB (Red+Green+Blue) = 175+211+223=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 211 (82.81% from 255 or 34.65% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFD3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD3DF is #502C20. Grayscale: #C9C9C9. Windows color (decimal): -5254177 or 14668719. OLE color: 14668719.

HSL color Cylindrical-coordinate representation of color #AFD3DF: hue angle of 195º 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 #AFD3DF is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 211 223 -
CMYK 0.22 0.05 0 0.13
HSL 195º 0.43% 0.78% -
HSV(B) 195º 0.22% 0.87% -
XYZ 54.29 61.03 78.73 -
YUV 201.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 175 211 223 0.22 0.05 0 0.13 195 0.43 0.78
Hex AF D3 DF 16 5 0 D C3 2B 4E
Octal 257 323 337 26 5 0 15 303 53 116
Binary 10101111 11010011 11011111 10110 101 0 1101 11000011 101011 1001110

Color Harmonies of #AFD3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD3DF

Black with #AFD3DF

Text Example


Text Example

White with #AFD3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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