Html Css Color HEX #AFDFD1 Cruise

📋 copy color: '#AFDFD1'

red 175 ◦ green 223 ◦ blue 209

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

Shades of Cruise #AFDFD1

Tints of Cruise #AFDFD1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.74%

 BLUE value IS 209 (82.03% from 255) = 34.43%

R = 28.83%
G = 36.74%
B = 34.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#AFDFD1 (or 0xAFDFD1) is known color: Cruise. HEX triplet: AF, DF and D1. RGB value is (175,223,209). Sum of RGB (Red+Green+Blue) = 175+223+209=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFD1 is #50202E. Grayscale: #CFCFCF. Windows color (decimal): -5251119 or 13754287. OLE color: 13754287.

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

Color convert

RGB 175 223 209 -
CMYK 0.22 0 0.06 0.13
HSL 162.5º 0.43% 0.78% -
HSV(B) 162.5º 0.22% 0.87% -
XYZ 55.58 66.49 70.23 -
YUV 207.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 175 223 209 0.22 0 0.06 0.13 162.5 0.43 0.78
Hex AF DF D1 16 0 6 D A2 2B 4E
Octal 257 337 321 26 0 6 15 242 53 116
Binary 10101111 11011111 11010001 10110 0 110 1101 10100010 101011 1001110

Color Harmonies of #AFDFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFD1

Black with #AFDFD1

Text Example


Text Example

White with #AFDFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFD1; }

 p { color: rgb(175,223,209); }

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

background-color css

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

 a { background-color: rgb(175,223,209); }

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

border-color css

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

 span { border-color: rgb(175,223,209); }

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