Html Css Color HEX #AFE0CF Cruise

📋 copy color: '#AFE0CF'

red 175 ◦ green 224 ◦ blue 207

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

Shades of Cruise #AFE0CF

Tints of Cruise #AFE0CF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.96%

 BLUE value IS 207 (81.25% from 255) = 34.16%

R = 28.88%
G = 36.96%
B = 34.16%

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

#AFE0CF (or 0xAFE0CF) is known color: Cruise. HEX triplet: AF, E0 and CF. RGB value is (175,224,207). Sum of RGB (Red+Green+Blue) = 175+224+207=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0CF is #501F30. Grayscale: #CFCFCF. Windows color (decimal): -5250865 or 13623471. OLE color: 13623471.

HSL color Cylindrical-coordinate representation of color #AFE0CF: hue angle of 159.18º degrees, saturation: 0.44, 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 #AFE0CF is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 207 -
CMYK 0.22 0 0.08 0.12
HSL 159.18º 0.44% 0.78% -
HSV(B) 159.18º 0.22% 0.88% -
XYZ 55.6 66.93 69.02 -
YUV 207.41 127.77 104.88 -
System Red Green Blue C M Y K H S L
Decimal 175 224 207 0.22 0 0.08 0.12 159.18 0.44 0.78
Hex AF E0 CF 16 0 8 C 9F 2C 4E
Octal 257 340 317 26 0 10 14 237 54 116
Binary 10101111 11100000 11001111 10110 0 1000 1100 10011111 101100 1001110

Color Harmonies of #AFE0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE0CF

Black with #AFE0CF

Text Example


Text Example

White with #AFE0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE0CF; }

 p { color: rgb(175,224,207); }

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

background-color css

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

 a { background-color: rgb(175,224,207); }

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

border-color css

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

 span { border-color: rgb(175,224,207); }

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