Html Css Color HEX #AFDDCC Cruise

📋 copy color: '#AFDDCC'

red 175 ◦ green 221 ◦ blue 204

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

Shades of Cruise #AFDDCC

Tints of Cruise #AFDDCC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.83%

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

R = 29.17%
G = 36.83%
B = 34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#AFDDCC (or 0xAFDDCC) is known color: Cruise. HEX triplet: AF, DD and CC. RGB value is (175,221,204). Sum of RGB (Red+Green+Blue) = 175+221+204=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDCC is #502233. Grayscale: #CDCDCD. Windows color (decimal): -5251636 or 13426095. OLE color: 13426095.

HSL color Cylindrical-coordinate representation of color #AFDDCC: hue angle of 157.83º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDDCC is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 204 -
CMYK 0.21 0 0.08 0.13
HSL 157.83º 0.4% 0.78% -
HSV(B) 157.83º 0.21% 0.87% -
XYZ 54.43 65.19 66.84 -
YUV 205.31 127.26 106.38 -
System Red Green Blue C M Y K H S L
Decimal 175 221 204 0.21 0 0.08 0.13 157.83 0.4 0.78
Hex AF DD CC 15 0 8 D 9E 28 4E
Octal 257 335 314 25 0 10 15 236 50 116
Binary 10101111 11011101 11001100 10101 0 1000 1101 10011110 101000 1001110

Color Harmonies of #AFDDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDCC

Black with #AFDDCC

Text Example


Text Example

White with #AFDDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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