Html Css Color HEX #AFE0CB Cruise

📋 copy color: '#AFE0CB'

red 175 ◦ green 224 ◦ blue 203

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

Shades of Cruise #AFE0CB

Tints of Cruise #AFE0CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.72%

R = 29.07%
G = 37.21%
B = 33.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#AFE0CB (or 0xAFE0CB) is known color: Cruise. HEX triplet: AF, E0 and CB. RGB value is (175,224,203). Sum of RGB (Red+Green+Blue) = 175+224+203=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0CB is #501F34. Grayscale: #CECECE. Windows color (decimal): -5250869 or 13361327. OLE color: 13361327.

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

Color convert

RGB 175 224 203 -
CMYK 0.22 0 0.09 0.12
HSL 154.29º 0.44% 0.78% -
HSV(B) 154.29º 0.22% 0.88% -
XYZ 55.11 66.74 66.48 -
YUV 206.96 125.77 105.21 -
System Red Green Blue C M Y K H S L
Decimal 175 224 203 0.22 0 0.09 0.12 154.29 0.44 0.78
Hex AF E0 CB 16 0 9 C 9A 2C 4E
Octal 257 340 313 26 0 11 14 232 54 116
Binary 10101111 11100000 11001011 10110 0 1001 1100 10011010 101100 1001110

Color Harmonies of #AFE0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE0CB

Black with #AFE0CB

Text Example


Text Example

White with #AFE0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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