#AFDBCC

Color #AFDBCC Cruise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cruise #AFDBCC

Tints of Cruise #AFDBCC

Color information

#AFDBCC (or 0xAFDBCC) is unknown color: approx Cruise. HEX triplet: AF, DB and CC. RGB value is (175,219,204). Sum of RGB (Red+Green+Blue) = 175+219+204=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBCC is #502433. Grayscale: #CCCCCC. Windows color (decimal): -5252148 or 13425583. OLE color: 13425583.

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

Color convert

RGB175219204-
CMYK0.2000.070.14
HSL159.55º37.93%77.25%-
HSV(B)159.55º20.09%85.88%-
XYZ53.9164.1466.67-
YUV204.13127.92107.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.26%
GREEN value IS 219 (85.94% from 255) = 36.62%
BLUE value IS 204 (80.08% from 255) = 34.11%
R=29.26%
G=36.62%
B=34.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752192040.2000.070.14159.5537.9377.25
HexAFDBCC1407Ea0264d
Octal25733331424071624046115
Binary1010111111011011110011001010001111110101000001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBCC; }

 p { color: rgb(175,219,204); }

 H1.HeaderClassName
 {
   color: #AFDBCC;
 }
 .AnyTagClassName
 {
   color: #AFDBCC;
 }
</style>
background-color css

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

 a { background-color: rgb(175,219,204); }

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

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

 span { border-color: rgb(175,219,204); }

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