Html Css Color HEX #AFCCDB French Pass

📋 copy color: '#AFCCDB'

red 175 ◦ green 204 ◦ blue 219

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

Shades of French Pass #AFCCDB

Tints of French Pass #AFCCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.11%

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

R = 29.26%
G = 34.11%
B = 36.62%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFCCDB (or 0xAFCCDB) is known color: French Pass. HEX triplet: AF, CC and DB. RGB value is (175,204,219). Sum of RGB (Red+Green+Blue) = 175+204+219=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFCCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCDB is #503324. Grayscale: #C4C4C4. Windows color (decimal): -5255973 or 14404783. OLE color: 14404783.

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

Color convert

RGB 175 204 219 -
CMYK 0.20 0.07 0 0.14
HSL 200.45º 0.38% 0.77% -
HSV(B) 200.45º 0.2% 0.86% -
XYZ 52.06 57.41 75.36 -
YUV 197.04 140.39 112.28 -
System Red Green Blue C M Y K H S L
Decimal 175 204 219 0.20 0.07 0 0.14 200.45 0.38 0.77
Hex AF CC DB 14 7 0 E C8 26 4D
Octal 257 314 333 24 7 0 16 310 46 115
Binary 10101111 11001100 11011011 10100 111 0 1110 11001000 100110 1001101

Color Harmonies of #AFCCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCCDB

Black with #AFCCDB

Text Example


Text Example

White with #AFCCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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