Html Css Color HEX #AFDECD Cruise

📋 copy color: '#AFDECD'

red 175 ◦ green 222 ◦ blue 205

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

Shades of Cruise #AFDECD

Tints of Cruise #AFDECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.05%

R = 29.07%
G = 36.88%
B = 34.05%

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

#AFDECD (or 0xAFDECD) is known color: Cruise. HEX triplet: AF, DE and CD. RGB value is (175,222,205). Sum of RGB (Red+Green+Blue) = 175+222+205=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDECD is #502132. Grayscale: #CECECE. Windows color (decimal): -5251379 or 13491887. OLE color: 13491887.

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

Color convert

RGB 175 222 205 -
CMYK 0.21 0 0.08 0.13
HSL 158.3º 0.42% 0.78% -
HSV(B) 158.3º 0.21% 0.87% -
XYZ 54.82 65.76 67.56 -
YUV 206.01 127.43 105.88 -
System Red Green Blue C M Y K H S L
Decimal 175 222 205 0.21 0 0.08 0.13 158.3 0.42 0.78
Hex AF DE CD 15 0 8 D 9E 2A 4E
Octal 257 336 315 25 0 10 15 236 52 116
Binary 10101111 11011110 11001101 10101 0 1000 1101 10011110 101010 1001110

Color Harmonies of #AFDECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDECD

Black with #AFDECD

Text Example


Text Example

White with #AFDECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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