Html Css Color HEX #AFE1CE Cruise

📋 copy color: '#AFE1CE'

red 175 ◦ green 225 ◦ blue 206

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

Shades of Cruise #AFE1CE

Tints of Cruise #AFE1CE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.13%

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

R = 28.88%
G = 37.13%
B = 33.99%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#AFE1CE (or 0xAFE1CE) is known color: Cruise. HEX triplet: AF, E1 and CE. RGB value is (175,225,206). Sum of RGB (Red+Green+Blue) = 175+225+206=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 225 (88.28% from 255 or 37.13% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE1CE is #501E31. Grayscale: #CFCFCF. Windows color (decimal): -5250610 or 13558191. OLE color: 13558191.

HSL color Cylindrical-coordinate representation of color #AFE1CE: hue angle of 157.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFE1CE is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 225 206 -
CMYK 0.22 0 0.08 0.12
HSL 157.2º 0.45% 0.78% -
HSV(B) 157.2º 0.22% 0.88% -
XYZ 55.74 67.42 68.47 -
YUV 207.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 175 225 206 0.22 0 0.08 0.12 157.2 0.45 0.78
Hex AF E1 CE 16 0 8 C 9D 2D 4E
Octal 257 341 316 26 0 10 14 235 55 116
Binary 10101111 11100001 11001110 10110 0 1000 1100 10011101 101101 1001110

Color Harmonies of #AFE1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE1CE

Black with #AFE1CE

Text Example


Text Example

White with #AFE1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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