Html Css Color HEX #ABDECC Cruise

📋 copy color: '#ABDECC'

red 171 ◦ green 222 ◦ blue 204

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

Shades of Cruise #ABDECC

Tints of Cruise #ABDECC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.19%

 BLUE value IS 204 (80.08% from 255) = 34.17%

R = 28.64%
G = 37.19%
B = 34.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#ABDECC (or 0xABDECC) is known color: Cruise. HEX triplet: AB, DE and CC. RGB value is (171,222,204). Sum of RGB (Red+Green+Blue) = 171+222+204=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDECC is #542133. Grayscale: #CCCCCC. Windows color (decimal): -5513524 or 13426347. OLE color: 13426347.

HSL color Cylindrical-coordinate representation of color #ABDECC: hue angle of 158.82º 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 #ABDECC is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 222 204 -
CMYK 0.23 0 0.08 0.13
HSL 158.82º 0.44% 0.77% -
HSV(B) 158.82º 0.23% 0.87% -
XYZ 53.81 65.26 66.89 -
YUV 204.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 171 222 204 0.23 0 0.08 0.13 158.82 0.44 0.77
Hex AB DE CC 17 0 8 D 9F 2C 4D
Octal 253 336 314 27 0 10 15 237 54 115
Binary 10101011 11011110 11001100 10111 0 1000 1101 10011111 101100 1001101

Color Harmonies of #ABDECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDECC

Black with #ABDECC

Text Example


Text Example

White with #ABDECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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