Html Css Color HEX #AFDCCB Cruise

📋 copy color: '#AFDCCB'

red 175 ◦ green 220 ◦ blue 203

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

Shades of Cruise #AFDCCB

Tints of Cruise #AFDCCB

RGB

 RED value IS 175 (68.75% from 255) = 29.26%

 GREEN value IS 220 (86.33% from 255) = 36.79%

 BLUE value IS 203 (79.69% from 255) = 33.95%

R = 29.26%
G = 36.79%
B = 33.95%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#AFDCCB (or 0xAFDCCB) is known color: Cruise. HEX triplet: AF, DC and CB. RGB value is (175,220,203). Sum of RGB (Red+Green+Blue) = 175+220+203=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCCB is #502334. Grayscale: #CCCCCC. Windows color (decimal): -5251893 or 13360303. OLE color: 13360303.

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

Color convert

RGB 175 220 203 -
CMYK 0.20 0 0.08 0.14
HSL 157.33º 0.39% 0.77% -
HSV(B) 157.33º 0.2% 0.86% -
XYZ 54.05 64.61 66.12 -
YUV 204.61 127.09 106.88 -
System Red Green Blue C M Y K H S L
Decimal 175 220 203 0.20 0 0.08 0.14 157.33 0.39 0.77
Hex AF DC CB 14 0 8 E 9D 27 4D
Octal 257 334 313 24 0 10 16 235 47 115
Binary 10101111 11011100 11001011 10100 0 1000 1110 10011101 100111 1001101

Color Harmonies of #AFDCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCCB

Black with #AFDCCB

Text Example


Text Example

White with #AFDCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCCB; }

 p { color: rgb(175,220,203); }

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

background-color css

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

 a { background-color: rgb(175,220,203); }

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

border-color css

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

 span { border-color: rgb(175,220,203); }

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