Html Css Color HEX #AFCEDC French Pass

📋 copy color: '#AFCEDC'

red 175 ◦ green 206 ◦ blue 220

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

Shades of French Pass #AFCEDC

Tints of French Pass #AFCEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.28%

 BLUE value IS 220 (86.33% from 255) = 36.61%

R = 29.12%
G = 34.28%
B = 36.61%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFCEDC (or 0xAFCEDC) is known color: French Pass. HEX triplet: AF, CE and DC. RGB value is (175,206,220). Sum of RGB (Red+Green+Blue) = 175+206+220=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFCEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCEDC is #503123. Grayscale: #C6C6C6. Windows color (decimal): -5255460 or 14470831. OLE color: 14470831.

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

Color convert

RGB 175 206 220 -
CMYK 0.20 0.06 0 0.14
HSL 198.67º 0.39% 0.77% -
HSV(B) 198.67º 0.2% 0.86% -
XYZ 52.67 58.42 76.21 -
YUV 198.33 140.23 111.36 -
System Red Green Blue C M Y K H S L
Decimal 175 206 220 0.20 0.06 0 0.14 198.67 0.39 0.77
Hex AF CE DC 14 6 0 E C7 27 4D
Octal 257 316 334 24 6 0 16 307 47 115
Binary 10101111 11001110 11011100 10100 110 0 1110 11000111 100111 1001101

Color Harmonies of #AFCEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCEDC

Black with #AFCEDC

Text Example


Text Example

White with #AFCEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCEDC; }

 p { color: rgb(175,206,220); }

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

background-color css

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

 a { background-color: rgb(175,206,220); }

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

border-color css

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

 span { border-color: rgb(175,206,220); }

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