Html Css Color HEX #ABDECA Cruise

📋 copy color: '#ABDECA'

red 171 ◦ green 222 ◦ blue 202

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

Shades of Cruise #ABDECA

Tints of Cruise #ABDECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.95%

R = 28.74%
G = 37.31%
B = 33.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#ABDECA (or 0xABDECA) is known color: Cruise. HEX triplet: AB, DE and CA. RGB value is (171,222,202). Sum of RGB (Red+Green+Blue) = 171+222+202=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDECA is #542135. Grayscale: #CCCCCC. Windows color (decimal): -5513526 or 13295275. OLE color: 13295275.

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

Color convert

RGB 171 222 202 -
CMYK 0.23 0 0.09 0.13
HSL 156.47º 0.44% 0.77% -
HSV(B) 156.47º 0.23% 0.87% -
XYZ 53.58 65.16 65.63 -
YUV 204.47 126.6 104.13 -
System Red Green Blue C M Y K H S L
Decimal 171 222 202 0.23 0 0.09 0.13 156.47 0.44 0.77
Hex AB DE CA 17 0 9 D 9C 2C 4D
Octal 253 336 312 27 0 11 15 234 54 115
Binary 10101011 11011110 11001010 10111 0 1001 1101 10011100 101100 1001101

Color Harmonies of #ABDECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDECA

Black with #ABDECA

Text Example


Text Example

White with #ABDECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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