Html Css Color HEX #ADDFCF Cruise

📋 copy color: '#ADDFCF'

red 173 ◦ green 223 ◦ blue 207

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

Shades of Cruise #ADDFCF

Tints of Cruise #ADDFCF

RGB

 RED value IS 173 (67.97% from 255) = 28.69%

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

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

R = 28.69%
G = 36.98%
B = 34.33%

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

#ADDFCF (or 0xADDFCF) is known color: Cruise. HEX triplet: AD, DF and CF. RGB value is (173,223,207). Sum of RGB (Red+Green+Blue) = 173+223+207=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFCF is #522030. Grayscale: #CECECE. Windows color (decimal): -5382193 or 13623213. OLE color: 13623213.

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

Color convert

RGB 173 223 207 -
CMYK 0.22 0 0.07 0.13
HSL 160.8º 0.44% 0.78% -
HSV(B) 160.8º 0.22% 0.87% -
XYZ 54.88 66.16 68.91 -
YUV 206.23 128.44 104.3 -
System Red Green Blue C M Y K H S L
Decimal 173 223 207 0.22 0 0.07 0.13 160.8 0.44 0.78
Hex AD DF CF 16 0 7 D A1 2C 4E
Octal 255 337 317 26 0 7 15 241 54 116
Binary 10101101 11011111 11001111 10110 0 111 1101 10100001 101100 1001110

Color Harmonies of #ADDFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDFCF

Black with #ADDFCF

Text Example


Text Example

White with #ADDFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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