Html Css Color HEX #AFD2DF Light Blue

📋 copy color: '#AFD2DF'

red 175 ◦ green 210 ◦ blue 223

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

Shades of Light Blue #AFD2DF

Tints of Light Blue #AFD2DF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.54%

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

R = 28.78%
G = 34.54%
B = 36.68%

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

#AFD2DF (or 0xAFD2DF) is known color: Light Blue. HEX triplet: AF, D2 and DF. RGB value is (175,210,223). Sum of RGB (Red+Green+Blue) = 175+210+223=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFD2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2DF is #502D20. Grayscale: #C8C8C8. Windows color (decimal): -5254433 or 14668463. OLE color: 14668463.

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

Color convert

RGB 175 210 223 -
CMYK 0.22 0.06 0 0.13
HSL 196.25º 0.43% 0.78% -
HSV(B) 196.25º 0.22% 0.87% -
XYZ 54.05 60.53 78.65 -
YUV 201.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 175 210 223 0.22 0.06 0 0.13 196.25 0.43 0.78
Hex AF D2 DF 16 6 0 D C4 2B 4E
Octal 257 322 337 26 6 0 15 304 53 116
Binary 10101111 11010010 11011111 10110 110 0 1101 11000100 101011 1001110

Color Harmonies of #AFD2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD2DF

Black with #AFD2DF

Text Example


Text Example

White with #AFD2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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