Html Css Color HEX #AFDDCE Cruise

📋 copy color: '#AFDDCE'

red 175 ◦ green 221 ◦ blue 206

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

Shades of Cruise #AFDDCE

Tints of Cruise #AFDDCE

RGB

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

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

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

R = 29.07%
G = 36.71%
B = 34.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#AFDDCE (or 0xAFDDCE) is known color: Cruise. HEX triplet: AF, DD and CE. RGB value is (175,221,206). Sum of RGB (Red+Green+Blue) = 175+221+206=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDCE is #502231. Grayscale: #CDCDCD. Windows color (decimal): -5251634 or 13557167. OLE color: 13557167.

HSL color Cylindrical-coordinate representation of color #AFDDCE: hue angle of 160.43º 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 #AFDDCE is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 206 -
CMYK 0.21 0 0.07 0.13
HSL 160.43º 0.4% 0.78% -
HSV(B) 160.43º 0.21% 0.87% -
XYZ 54.68 65.28 68.11 -
YUV 205.54 128.26 106.22 -
System Red Green Blue C M Y K H S L
Decimal 175 221 206 0.21 0 0.07 0.13 160.43 0.4 0.78
Hex AF DD CE 15 0 7 D A0 28 4E
Octal 257 335 316 25 0 7 15 240 50 116
Binary 10101111 11011101 11001110 10101 0 111 1101 10100000 101000 1001110

Color Harmonies of #AFDDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDCE

Black with #AFDDCE

Text Example


Text Example

White with #AFDDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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