Html Css Color HEX #AFDDC9 Cruise

📋 copy color: '#AFDDC9'

red 175 ◦ green 221 ◦ blue 201

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

Shades of Cruise #AFDDC9

Tints of Cruise #AFDDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.67%

R = 29.31%
G = 37.02%
B = 33.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#AFDDC9 (or 0xAFDDC9) is known color: Cruise. HEX triplet: AF, DD and C9. RGB value is (175,221,201). Sum of RGB (Red+Green+Blue) = 175+221+201=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDC9 is #502236. Grayscale: #CDCDCD. Windows color (decimal): -5251639 or 13229487. OLE color: 13229487.

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

Color convert

RGB 175 221 201 -
CMYK 0.21 0 0.09 0.13
HSL 153.91º 0.4% 0.78% -
HSV(B) 153.91º 0.21% 0.87% -
XYZ 54.08 65.04 64.96 -
YUV 204.97 125.76 106.63 -
System Red Green Blue C M Y K H S L
Decimal 175 221 201 0.21 0 0.09 0.13 153.91 0.4 0.78
Hex AF DD C9 15 0 9 D 9A 28 4E
Octal 257 335 311 25 0 11 15 232 50 116
Binary 10101111 11011101 11001001 10101 0 1001 1101 10011010 101000 1001110

Color Harmonies of #AFDDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDC9

Black with #AFDDC9

Text Example


Text Example

White with #AFDDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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