Html Css Color HEX #AFDECE Cruise

📋 copy color: '#AFDECE'

red 175 ◦ green 222 ◦ blue 206

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

Shades of Cruise #AFDECE

Tints of Cruise #AFDECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.16%

R = 29.02%
G = 36.82%
B = 34.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#AFDECE (or 0xAFDECE) is known color: Cruise. HEX triplet: AF, DE and CE. RGB value is (175,222,206). Sum of RGB (Red+Green+Blue) = 175+222+206=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDECE is #502131. Grayscale: #CECECE. Windows color (decimal): -5251378 or 13557423. OLE color: 13557423.

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

Color convert

RGB 175 222 206 -
CMYK 0.21 0 0.07 0.13
HSL 159.57º 0.42% 0.78% -
HSV(B) 159.57º 0.21% 0.87% -
XYZ 54.94 65.81 68.2 -
YUV 206.12 127.93 105.8 -
System Red Green Blue C M Y K H S L
Decimal 175 222 206 0.21 0 0.07 0.13 159.57 0.42 0.78
Hex AF DE CE 15 0 7 D A0 2A 4E
Octal 257 336 316 25 0 7 15 240 52 116
Binary 10101111 11011110 11001110 10101 0 111 1101 10100000 101010 1001110

Color Harmonies of #AFDECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDECE

Black with #AFDECE

Text Example


Text Example

White with #AFDECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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