Html Css Color HEX #AFD2DB French Pass

📋 copy color: '#AFD2DB'

red 175 ◦ green 210 ◦ blue 219

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

Shades of French Pass #AFD2DB

Tints of French Pass #AFD2DB

RGB

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

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

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

R = 28.97%
G = 34.77%
B = 36.26%

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

#AFD2DB (or 0xAFD2DB) is known color: French Pass. HEX triplet: AF, D2 and DB. RGB value is (175,210,219). Sum of RGB (Red+Green+Blue) = 175+210+219=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFD2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2DB is #502D24. Grayscale: #C8C8C8. Windows color (decimal): -5254437 or 14406319. OLE color: 14406319.

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

Color convert

RGB 175 210 219 -
CMYK 0.20 0.04 0 0.14
HSL 192.27º 0.38% 0.77% -
HSV(B) 192.27º 0.2% 0.86% -
XYZ 53.51 60.32 75.84 -
YUV 200.56 138.4 109.77 -
System Red Green Blue C M Y K H S L
Decimal 175 210 219 0.20 0.04 0 0.14 192.27 0.38 0.77
Hex AF D2 DB 14 4 0 E C0 26 4D
Octal 257 322 333 24 4 0 16 300 46 115
Binary 10101111 11010010 11011011 10100 100 0 1110 11000000 100110 1001101

Color Harmonies of #AFD2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD2DB

Black with #AFD2DB

Text Example


Text Example

White with #AFD2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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