Html Css Color HEX #AFDECA Cruise

📋 copy color: '#AFDECA'

red 175 ◦ green 222 ◦ blue 202

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

Shades of Cruise #AFDECA

Tints of Cruise #AFDECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.72%

R = 29.22%
G = 37.06%
B = 33.72%

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

#AFDECA (or 0xAFDECA) is known color: Cruise. HEX triplet: AF, DE and CA. RGB value is (175,222,202). Sum of RGB (Red+Green+Blue) = 175+222+202=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDECA is #502135. Grayscale: #CDCDCD. Windows color (decimal): -5251382 or 13295279. OLE color: 13295279.

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

Color convert

RGB 175 222 202 -
CMYK 0.21 0 0.09 0.13
HSL 154.47º 0.42% 0.78% -
HSV(B) 154.47º 0.21% 0.87% -
XYZ 54.46 65.62 65.67 -
YUV 205.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 175 222 202 0.21 0 0.09 0.13 154.47 0.42 0.78
Hex AF DE CA 15 0 9 D 9A 2A 4E
Octal 257 336 312 25 0 11 15 232 52 116
Binary 10101111 11011110 11001010 10101 0 1001 1101 10011010 101010 1001110

Color Harmonies of #AFDECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDECA

Black with #AFDECA

Text Example


Text Example

White with #AFDECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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