Html Css Color HEX #AFDFD0 Cruise

📋 copy color: '#AFDFD0'

red 175 ◦ green 223 ◦ blue 208

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

Shades of Cruise #AFDFD0

Tints of Cruise #AFDFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.32%

R = 28.88%
G = 36.8%
B = 34.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#AFDFD0 (or 0xAFDFD0) is known color: Cruise. HEX triplet: AF, DF and D0. RGB value is (175,223,208). Sum of RGB (Red+Green+Blue) = 175+223+208=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFD0 is #50202F. Grayscale: #CECECE. Windows color (decimal): -5251120 or 13688751. OLE color: 13688751.

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

Color convert

RGB 175 223 208 -
CMYK 0.22 0 0.07 0.13
HSL 161.25º 0.43% 0.78% -
HSV(B) 161.25º 0.22% 0.87% -
XYZ 55.45 66.44 69.58 -
YUV 206.94 128.6 105.22 -
System Red Green Blue C M Y K H S L
Decimal 175 223 208 0.22 0 0.07 0.13 161.25 0.43 0.78
Hex AF DF D0 16 0 7 D A1 2B 4E
Octal 257 337 320 26 0 7 15 241 53 116
Binary 10101111 11011111 11010000 10110 0 111 1101 10100001 101011 1001110

Color Harmonies of #AFDFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFD0

Black with #AFDFD0

Text Example


Text Example

White with #AFDFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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