Html Css Color HEX #AFDFCF Cruise

📋 copy color: '#AFDFCF'

red 175 ◦ green 223 ◦ blue 207

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

Shades of Cruise #AFDFCF

Tints of Cruise #AFDFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.21%

R = 28.93%
G = 36.86%
B = 34.21%

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

#AFDFCF (or 0xAFDFCF) is known color: Cruise. HEX triplet: AF, DF and CF. RGB value is (175,223,207). Sum of RGB (Red+Green+Blue) = 175+223+207=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFCF is #502030. Grayscale: #CECECE. Windows color (decimal): -5251121 or 13623215. OLE color: 13623215.

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

Color convert

RGB 175 223 207 -
CMYK 0.22 0 0.07 0.13
HSL 160º 0.43% 0.78% -
HSV(B) 160º 0.22% 0.87% -
XYZ 55.33 66.39 68.93 -
YUV 206.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 175 223 207 0.22 0 0.07 0.13 160 0.43 0.78
Hex AF DF CF 16 0 7 D A0 2B 4E
Octal 257 337 317 26 0 7 15 240 53 116
Binary 10101111 11011111 11001111 10110 0 111 1101 10100000 101011 1001110

Color Harmonies of #AFDFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFCF

Black with #AFDFCF

Text Example


Text Example

White with #AFDFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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