Html Css Color HEX #ABCDDB French Pass

📋 copy color: '#ABCDDB'

red 171 ◦ green 205 ◦ blue 219

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

Shades of French Pass #ABCDDB

Tints of French Pass #ABCDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.45%

 BLUE value IS 219 (85.94% from 255) = 36.81%

R = 28.74%
G = 34.45%
B = 36.81%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABCDDB (or 0xABCDDB) is known color: French Pass. HEX triplet: AB, CD and DB. RGB value is (171,205,219). Sum of RGB (Red+Green+Blue) = 171+205+219=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABCDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDDB is #543224. Grayscale: #C4C4C4. Windows color (decimal): -5517861 or 14405035. OLE color: 14405035.

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

Color convert

RGB 171 205 219 -
CMYK 0.22 0.06 0 0.14
HSL 197.5º 0.4% 0.76% -
HSV(B) 197.5º 0.22% 0.86% -
XYZ 51.41 57.44 75.39 -
YUV 196.43 140.74 109.86 -
System Red Green Blue C M Y K H S L
Decimal 171 205 219 0.22 0.06 0 0.14 197.5 0.4 0.76
Hex AB CD DB 16 6 0 E C6 28 4C
Octal 253 315 333 26 6 0 16 306 50 114
Binary 10101011 11001101 11011011 10110 110 0 1110 11000110 101000 1001100

Color Harmonies of #ABCDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDDB

Black with #ABCDDB

Text Example


Text Example

White with #ABCDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDDB; }

 p { color: rgb(171,205,219); }

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

background-color css

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

 a { background-color: rgb(171,205,219); }

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

border-color css

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

 span { border-color: rgb(171,205,219); }

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