Html Css Color HEX #AFCFDA French Pass

📋 copy color: '#AFCFDA'

red 175 ◦ green 207 ◦ blue 218

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

Shades of French Pass #AFCFDA

Tints of French Pass #AFCFDA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.5%

 BLUE value IS 218 (85.55% from 255) = 36.33%

R = 29.17%
G = 34.5%
B = 36.33%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFCFDA (or 0xAFCFDA) is known color: French Pass. HEX triplet: AF, CF and DA. RGB value is (175,207,218). Sum of RGB (Red+Green+Blue) = 175+207+218=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFCFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFDA is #503025. Grayscale: #C6C6C6. Windows color (decimal): -5255206 or 14340015. OLE color: 14340015.

HSL color Cylindrical-coordinate representation of color #AFCFDA: hue angle of 195.35º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFCFDA is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 207 218 -
CMYK 0.20 0.05 0 0.15
HSL 195.35º 0.37% 0.77% -
HSV(B) 195.35º 0.2% 0.85% -
XYZ 52.65 58.8 74.9 -
YUV 198.69 138.9 111.11 -
System Red Green Blue C M Y K H S L
Decimal 175 207 218 0.20 0.05 0 0.15 195.35 0.37 0.77
Hex AF CF DA 14 5 0 F C3 25 4D
Octal 257 317 332 24 5 0 17 303 45 115
Binary 10101111 11001111 11011010 10100 101 0 1111 11000011 100101 1001101

Color Harmonies of #AFCFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCFDA

Black with #AFCFDA

Text Example


Text Example

White with #AFCFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCFDA; }

 p { color: rgb(175,207,218); }

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

background-color css

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

 a { background-color: rgb(175,207,218); }

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

border-color css

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

 span { border-color: rgb(175,207,218); }

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