#AFDBCD

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

Shades of Cruise #AFDBCD

Tints of Cruise #AFDBCD

Color information

#AFDBCD (or 0xAFDBCD) is unknown color: approx Cruise. HEX triplet: AF, DB and CD. RGB value is (175,219,205). Sum of RGB (Red+Green+Blue) = 175+219+205=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBCD is #502432. Grayscale: #CCCCCC. Windows color (decimal): -5252147 or 13491119. OLE color: 13491119.

HSL color Cylindrical-coordinate representation of color #AFDBCD: hue angle of 160.91º 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 #AFDBCD is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB175219205-
CMYK0.2000.060.14
HSL160.91º37.93%77.25%-
HSV(B)160.91º20.09%85.88%-
XYZ54.0364.1867.3-
YUV204.25128.42107.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.22%
GREEN value IS 219 (85.94% from 255) = 36.56%
BLUE value IS 205 (80.47% from 255) = 34.22%
R=29.22%
G=36.56%
B=34.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752192050.2000.060.14160.9137.9377.25
HexAFDBCD1406Ea1264d
Octal25733331524061624146115
Binary1010111111011011110011011010001101110101000011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBCD; }

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

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

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

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

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

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

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

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