Html Css Color HEX #AFEAD5 Cruise

📋 copy color: '#AFEAD5'

red 175 ◦ green 234 ◦ blue 213

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

Shades of Cruise #AFEAD5

Tints of Cruise #AFEAD5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.62%

 BLUE value IS 213 (83.59% from 255) = 34.24%

R = 28.14%
G = 37.62%
B = 34.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#AFEAD5 (or 0xAFEAD5) is known color: Cruise. HEX triplet: AF, EA and D5. RGB value is (175,234,213). Sum of RGB (Red+Green+Blue) = 175+234+213=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEAD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEAD5 is #50152A. Grayscale: #D5D5D5. Windows color (decimal): -5248299 or 14019247. OLE color: 14019247.

HSL color Cylindrical-coordinate representation of color #AFEAD5: hue angle of 158.64º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFEAD5 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 213 -
CMYK 0.25 0 0.09 0.08
HSL 158.64º 0.58% 0.8% -
HSV(B) 158.64º 0.25% 0.92% -
XYZ 59.11 72.76 73.88 -
YUV 213.97 127.45 100.21 -
System Red Green Blue C M Y K H S L
Decimal 175 234 213 0.25 0 0.09 0.08 158.64 0.58 0.8
Hex AF EA D5 19 0 9 8 9F 3A 50
Octal 257 352 325 31 0 11 10 237 72 120
Binary 10101111 11101010 11010101 11001 0 1001 1000 10011111 111010 1010000

Color Harmonies of #AFEAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEAD5

Black with #AFEAD5

Text Example


Text Example

White with #AFEAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEAD5; }

 p { color: rgb(175,234,213); }

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

background-color css

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

 a { background-color: rgb(175,234,213); }

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

border-color css

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

 span { border-color: rgb(175,234,213); }

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