Html Css Color HEX #70999F Cadet Blue

📋 copy color: '#70999F'

red 112 ◦ green 153 ◦ blue 159

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

Shades of Cadet Blue #70999F

Tints of Cadet Blue #70999F

RGB

 RED value IS 112 (44.14% from 255) = 26.42%

 GREEN value IS 153 (60.16% from 255) = 36.08%

 BLUE value IS 159 (62.5% from 255) = 37.5%

R = 26.42%
G = 36.08%
B = 37.5%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70999F (or 0x70999F) is known color: Cadet Blue. HEX triplet: 70, 99 and 9F. RGB value is (112,153,159). Sum of RGB (Red+Green+Blue) = 112+153+159=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 159 - color contains mainly: blue. Hex color #70999F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70999F is #8F6660. Grayscale: #8D8D8D. Windows color (decimal): -9397857 or 10459504. OLE color: 10459504.

HSL color Cylindrical-coordinate representation of color #70999F: hue angle of 187.66º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70999F is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 153 159 -
CMYK 0.30 0.04 0 0.38
HSL 187.66º 0.2% 0.53% -
HSV(B) 187.66º 0.3% 0.62% -
XYZ 24.33 28.73 37.06 -
YUV 141.43 137.92 107.01 -
System Red Green Blue C M Y K H S L
Decimal 112 153 159 0.30 0.04 0 0.38 187.66 0.2 0.53
Hex 70 99 9F 1E 4 0 26 BC 14 35
Octal 160 231 237 36 4 0 46 274 24 65
Binary 1110000 10011001 10011111 11110 100 0 100110 10111100 10100 110101

Color Harmonies of #70999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70999F

Black with #70999F

Text Example


Text Example

White with #70999F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70999F; }

 p { color: rgb(112,153,159); }

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

background-color css

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

 a { background-color: rgb(112,153,159); }

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

border-color css

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

 span { border-color: rgb(112,153,159); }

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