Html Css Color HEX #AFDECC Cruise

📋 copy color: '#AFDECC'

red 175 ◦ green 222 ◦ blue 204

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

Shades of Cruise #AFDECC

Tints of Cruise #AFDECC

RGB

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

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

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

R = 29.12%
G = 36.94%
B = 33.94%

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

#AFDECC (or 0xAFDECC) is known color: Cruise. HEX triplet: AF, DE and CC. RGB value is (175,222,204). Sum of RGB (Red+Green+Blue) = 175+222+204=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDECC is #502133. Grayscale: #CDCDCD. Windows color (decimal): -5251380 or 13426351. OLE color: 13426351.

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

Color convert

RGB 175 222 204 -
CMYK 0.21 0 0.08 0.13
HSL 157.02º 0.42% 0.78% -
HSV(B) 157.02º 0.21% 0.87% -
XYZ 54.7 65.72 66.93 -
YUV 205.9 126.93 105.96 -
System Red Green Blue C M Y K H S L
Decimal 175 222 204 0.21 0 0.08 0.13 157.02 0.42 0.78
Hex AF DE CC 15 0 8 D 9D 2A 4E
Octal 257 336 314 25 0 10 15 235 52 116
Binary 10101111 11011110 11001100 10101 0 1000 1101 10011101 101010 1001110

Color Harmonies of #AFDECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDECC

Black with #AFDECC

Text Example


Text Example

White with #AFDECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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