Html Css Color HEX #ABCCDC French Pass

📋 copy color: '#ABCCDC'

red 171 ◦ green 204 ◦ blue 220

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

Shades of French Pass #ABCCDC

Tints of French Pass #ABCCDC

RGB

 RED value IS 171 (67.19% from 255) = 28.74%

 GREEN value IS 204 (80.08% from 255) = 34.29%

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

R = 28.74%
G = 34.29%
B = 36.97%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABCCDC (or 0xABCCDC) is known color: French Pass. HEX triplet: AB, CC and DC. RGB value is (171,204,220). Sum of RGB (Red+Green+Blue) = 171+204+220=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABCCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCDC is #543323. Grayscale: #C3C3C3. Windows color (decimal): -5518116 or 14470315. OLE color: 14470315.

HSL color Cylindrical-coordinate representation of color #ABCCDC: hue angle of 199.59º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABCCDC is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 204 220 -
CMYK 0.22 0.07 0 0.14
HSL 199.59º 0.41% 0.77% -
HSV(B) 199.59º 0.22% 0.86% -
XYZ 51.31 57.01 76.01 -
YUV 195.96 141.57 110.2 -
System Red Green Blue C M Y K H S L
Decimal 171 204 220 0.22 0.07 0 0.14 199.59 0.41 0.77
Hex AB CC DC 16 7 0 E C8 29 4D
Octal 253 314 334 26 7 0 16 310 51 115
Binary 10101011 11001100 11011100 10110 111 0 1110 11001000 101001 1001101

Color Harmonies of #ABCCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCDC

Black with #ABCCDC

Text Example


Text Example

White with #ABCCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCDC; }

 p { color: rgb(171,204,220); }

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

background-color css

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

 a { background-color: rgb(171,204,220); }

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

border-color css

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

 span { border-color: rgb(171,204,220); }

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