Html Css Color HEX #AFCED7 French Pass

📋 copy color: '#AFCED7'

red 175 ◦ green 206 ◦ blue 215

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

Shades of French Pass #AFCED7

Tints of French Pass #AFCED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.07%

R = 29.36%
G = 34.56%
B = 36.07%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AFCED7 (or 0xAFCED7) is known color: French Pass. HEX triplet: AF, CE and D7. RGB value is (175,206,215). Sum of RGB (Red+Green+Blue) = 175+206+215=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 215 - color contains mainly: blue. Hex color #AFCED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCED7 is #503128. Grayscale: #C5C5C5. Windows color (decimal): -5255465 or 14143151. OLE color: 14143151.

HSL color Cylindrical-coordinate representation of color #AFCED7: hue angle of 193.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFCED7 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 206 215 -
CMYK 0.19 0.04 0 0.16
HSL 193.5º 0.33% 0.76% -
HSV(B) 193.5º 0.19% 0.84% -
XYZ 52.02 58.16 72.77 -
YUV 197.76 137.73 111.77 -
System Red Green Blue C M Y K H S L
Decimal 175 206 215 0.19 0.04 0 0.16 193.5 0.33 0.76
Hex AF CE D7 13 4 0 10 C2 21 4C
Octal 257 316 327 23 4 0 20 302 41 114
Binary 10101111 11001110 11010111 10011 100 0 10000 11000010 100001 1001100

Color Harmonies of #AFCED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCED7

Black with #AFCED7

Text Example


Text Example

White with #AFCED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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