Html Css Color HEX #AFE5D0 Cruise

📋 copy color: '#AFE5D0'

red 175 ◦ green 229 ◦ blue 208

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

Shades of Cruise #AFE5D0

Tints of Cruise #AFE5D0

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.42%

 BLUE value IS 208 (81.64% from 255) = 33.99%

R = 28.59%
G = 37.42%
B = 33.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#AFE5D0 (or 0xAFE5D0) is known color: Cruise. HEX triplet: AF, E5 and D0. RGB value is (175,229,208). Sum of RGB (Red+Green+Blue) = 175+229+208=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5D0 is #501A2F. Grayscale: #D2D2D2. Windows color (decimal): -5249584 or 13690287. OLE color: 13690287.

HSL color Cylindrical-coordinate representation of color #AFE5D0: hue angle of 156.67º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE5D0 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 208 -
CMYK 0.24 0 0.09 0.10
HSL 156.67º 0.51% 0.79% -
HSV(B) 156.67º 0.24% 0.9% -
XYZ 57.08 69.71 70.12 -
YUV 210.46 126.61 102.71 -
System Red Green Blue C M Y K H S L
Decimal 175 229 208 0.24 0 0.09 0.10 156.67 0.51 0.79
Hex AF E5 D0 18 0 9 A 9D 33 4F
Octal 257 345 320 30 0 11 12 235 63 117
Binary 10101111 11100101 11010000 11000 0 1001 1010 10011101 110011 1001111

Color Harmonies of #AFE5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE5D0

Black with #AFE5D0

Text Example


Text Example

White with #AFE5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE5D0; }

 p { color: rgb(175,229,208); }

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

background-color css

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

 a { background-color: rgb(175,229,208); }

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

border-color css

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

 span { border-color: rgb(175,229,208); }

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