Html Css Color HEX #AFDEC9 Cruise

📋 copy color: '#AFDEC9'

red 175 ◦ green 222 ◦ blue 201

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

Shades of Cruise #AFDEC9

Tints of Cruise #AFDEC9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.12%

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

R = 29.26%
G = 37.12%
B = 33.61%

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

#AFDEC9 (or 0xAFDEC9) is known color: Cruise. HEX triplet: AF, DE and C9. RGB value is (175,222,201). Sum of RGB (Red+Green+Blue) = 175+222+201=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEC9 is #502136. Grayscale: #CDCDCD. Windows color (decimal): -5251383 or 13229743. OLE color: 13229743.

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

Color convert

RGB 175 222 201 -
CMYK 0.21 0 0.09 0.13
HSL 153.19º 0.42% 0.78% -
HSV(B) 153.19º 0.21% 0.87% -
XYZ 54.34 65.57 65.05 -
YUV 205.55 125.43 106.21 -
System Red Green Blue C M Y K H S L
Decimal 175 222 201 0.21 0 0.09 0.13 153.19 0.42 0.78
Hex AF DE C9 15 0 9 D 99 2A 4E
Octal 257 336 311 25 0 11 15 231 52 116
Binary 10101111 11011110 11001001 10101 0 1001 1101 10011001 101010 1001110

Color Harmonies of #AFDEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDEC9

Black with #AFDEC9

Text Example


Text Example

White with #AFDEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDEC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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