Html Css Color HEX #AFDDCA Cruise

📋 copy color: '#AFDDCA'

red 175 ◦ green 221 ◦ blue 202

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

Shades of Cruise #AFDDCA

Tints of Cruise #AFDDCA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.96%

 BLUE value IS 202 (79.3% from 255) = 33.78%

R = 29.26%
G = 36.96%
B = 33.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#AFDDCA (or 0xAFDDCA) is known color: Cruise. HEX triplet: AF, DD and CA. RGB value is (175,221,202). Sum of RGB (Red+Green+Blue) = 175+221+202=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDCA is #502235. Grayscale: #CDCDCD. Windows color (decimal): -5251638 or 13295023. OLE color: 13295023.

HSL color Cylindrical-coordinate representation of color #AFDDCA: hue angle of 155.22º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDDCA is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 202 -
CMYK 0.21 0 0.09 0.13
HSL 155.22º 0.4% 0.78% -
HSV(B) 155.22º 0.21% 0.87% -
XYZ 54.2 65.09 65.58 -
YUV 205.08 126.26 106.54 -
System Red Green Blue C M Y K H S L
Decimal 175 221 202 0.21 0 0.09 0.13 155.22 0.4 0.78
Hex AF DD CA 15 0 9 D 9B 28 4E
Octal 257 335 312 25 0 11 15 233 50 116
Binary 10101111 11011101 11001010 10101 0 1001 1101 10011011 101000 1001110

Color Harmonies of #AFDDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDCA

Black with #AFDDCA

Text Example


Text Example

White with #AFDDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDCA; }

 p { color: rgb(175,221,202); }

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

background-color css

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

 a { background-color: rgb(175,221,202); }

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

border-color css

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

 span { border-color: rgb(175,221,202); }

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