Html Css Color HEX #ABCBDE French Pass

📋 copy color: '#ABCBDE'

red 171 ◦ green 203 ◦ blue 222

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

Shades of French Pass #ABCBDE

Tints of French Pass #ABCBDE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.06%

 BLUE value IS 222 (87.11% from 255) = 37.25%

R = 28.69%
G = 34.06%
B = 37.25%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABCBDE (or 0xABCBDE) is known color: French Pass. HEX triplet: AB, CB and DE. RGB value is (171,203,222). Sum of RGB (Red+Green+Blue) = 171+203+222=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABCBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBDE is #543421. Grayscale: #C3C3C3. Windows color (decimal): -5518370 or 14601131. OLE color: 14601131.

HSL color Cylindrical-coordinate representation of color #ABCBDE: hue angle of 202.35º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABCBDE is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 203 222 -
CMYK 0.23 0.09 0 0.13
HSL 202.35º 0.44% 0.77% -
HSV(B) 202.35º 0.23% 0.87% -
XYZ 51.34 56.64 77.33 -
YUV 195.6 142.9 110.46 -
System Red Green Blue C M Y K H S L
Decimal 171 203 222 0.23 0.09 0 0.13 202.35 0.44 0.77
Hex AB CB DE 17 9 0 D CA 2C 4D
Octal 253 313 336 27 11 0 15 312 54 115
Binary 10101011 11001011 11011110 10111 1001 0 1101 11001010 101100 1001101

Color Harmonies of #ABCBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCBDE

Black with #ABCBDE

Text Example


Text Example

White with #ABCBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCBDE; }

 p { color: rgb(171,203,222); }

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

background-color css

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

 a { background-color: rgb(171,203,222); }

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

border-color css

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

 span { border-color: rgb(171,203,222); }

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