Html Css Color HEX #AFE3CE Cruise

📋 copy color: '#AFE3CE'

red 175 ◦ green 227 ◦ blue 206

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

Shades of Cruise #AFE3CE

Tints of Cruise #AFE3CE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.34%

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

R = 28.78%
G = 37.34%
B = 33.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#AFE3CE (or 0xAFE3CE) is known color: Cruise. HEX triplet: AF, E3 and CE. RGB value is (175,227,206). Sum of RGB (Red+Green+Blue) = 175+227+206=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 227 (89.06% from 255 or 37.34% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE3CE is #501C31. Grayscale: #D1D1D1. Windows color (decimal): -5250098 or 13558703. OLE color: 13558703.

HSL color Cylindrical-coordinate representation of color #AFE3CE: hue angle of 155.77º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE3CE is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 206 -
CMYK 0.23 0 0.09 0.11
HSL 155.77º 0.48% 0.79% -
HSV(B) 155.77º 0.23% 0.89% -
XYZ 56.29 68.51 68.65 -
YUV 209.06 126.27 103.71 -
System Red Green Blue C M Y K H S L
Decimal 175 227 206 0.23 0 0.09 0.11 155.77 0.48 0.79
Hex AF E3 CE 17 0 9 B 9C 30 4F
Octal 257 343 316 27 0 11 13 234 60 117
Binary 10101111 11100011 11001110 10111 0 1001 1011 10011100 110000 1001111

Color Harmonies of #AFE3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE3CE

Black with #AFE3CE

Text Example


Text Example

White with #AFE3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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