Html Css Color HEX #A8CFDA French Pass

📋 copy color: '#A8CFDA'

red 168 ◦ green 207 ◦ blue 218

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

Shades of French Pass #A8CFDA

Tints of French Pass #A8CFDA

RGB

 RED value IS 168 (66.02% from 255) = 28.33%

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

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

R = 28.33%
G = 34.91%
B = 36.76%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A8CFDA (or 0xA8CFDA) is known color: French Pass. HEX triplet: A8, CF and DA. RGB value is (168,207,218). Sum of RGB (Red+Green+Blue) = 168+207+218=593 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.33% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8CFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CFDA is #573025. Grayscale: #C4C4C4. Windows color (decimal): -5713958 or 14340008. OLE color: 14340008.

HSL color Cylindrical-coordinate representation of color #A8CFDA: hue angle of 193.2º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8CFDA is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 207 218 -
CMYK 0.23 0.05 0 0.15
HSL 193.2º 0.4% 0.76% -
HSV(B) 193.2º 0.23% 0.85% -
XYZ 51.12 58.01 74.83 -
YUV 196.59 140.08 107.61 -
System Red Green Blue C M Y K H S L
Decimal 168 207 218 0.23 0.05 0 0.15 193.2 0.4 0.76
Hex A8 CF DA 17 5 0 F C1 28 4C
Octal 250 317 332 27 5 0 17 301 50 114
Binary 10101000 11001111 11011010 10111 101 0 1111 11000001 101000 1001100

Color Harmonies of #A8CFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CFDA

Black with #A8CFDA

Text Example


Text Example

White with #A8CFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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