Html Css Color HEX #ACCADA French Pass

📋 copy color: '#ACCADA'

red 172 ◦ green 202 ◦ blue 218

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

Shades of French Pass #ACCADA

Tints of French Pass #ACCADA

RGB

 RED value IS 172 (67.58% from 255) = 29.05%

 GREEN value IS 202 (79.3% from 255) = 34.12%

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

R = 29.05%
G = 34.12%
B = 36.82%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACCADA (or 0xACCADA) is known color: French Pass. HEX triplet: AC, CA and DA. RGB value is (172,202,218). Sum of RGB (Red+Green+Blue) = 172+202+218=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACCADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCADA is #533525. Grayscale: #C2C2C2. Windows color (decimal): -5453094 or 14338732. OLE color: 14338732.

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

Color convert

RGB 172 202 218 -
CMYK 0.21 0.07 0 0.15
HSL 200.87º 0.38% 0.76% -
HSV(B) 200.87º 0.21% 0.85% -
XYZ 50.79 56.07 74.48 -
YUV 194.85 141.06 111.7 -
System Red Green Blue C M Y K H S L
Decimal 172 202 218 0.21 0.07 0 0.15 200.87 0.38 0.76
Hex AC CA DA 15 7 0 F C9 26 4C
Octal 254 312 332 25 7 0 17 311 46 114
Binary 10101100 11001010 11011010 10101 111 0 1111 11001001 100110 1001100

Color Harmonies of #ACCADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCADA

Black with #ACCADA

Text Example


Text Example

White with #ACCADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCADA; }

 p { color: rgb(172,202,218); }

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

background-color css

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

 a { background-color: rgb(172,202,218); }

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

border-color css

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

 span { border-color: rgb(172,202,218); }

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