Html Css Color HEX #70969A Cadet Blue

📋 copy color: '#70969A'

red 112 ◦ green 150 ◦ blue 154

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

Shades of Cadet Blue #70969A

Tints of Cadet Blue #70969A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.06%

 BLUE value IS 154 (60.55% from 255) = 37.02%

R = 26.92%
G = 36.06%
B = 37.02%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#70969A (or 0x70969A) is known color: Cadet Blue. HEX triplet: 70, 96 and 9A. RGB value is (112,150,154). Sum of RGB (Red+Green+Blue) = 112+150+154=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 154 - color contains mainly: blue. Hex color #70969A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70969A is #8F6965. Grayscale: #8B8B8B. Windows color (decimal): -9398630 or 10131056. OLE color: 10131056.

HSL color Cylindrical-coordinate representation of color #70969A: hue angle of 185.71º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70969A is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 150 154 -
CMYK 0.27 0.03 0 0.40
HSL 185.71º 0.17% 0.52% -
HSV(B) 185.71º 0.27% 0.6% -
XYZ 23.42 27.59 34.66 -
YUV 139.09 136.41 108.67 -
System Red Green Blue C M Y K H S L
Decimal 112 150 154 0.27 0.03 0 0.40 185.71 0.17 0.52
Hex 70 96 9A 1B 3 0 28 BA 11 34
Octal 160 226 232 33 3 0 50 272 21 64
Binary 1110000 10010110 10011010 11011 11 0 101000 10111010 10001 110100

Color Harmonies of #70969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70969A

Black with #70969A

Text Example


Text Example

White with #70969A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70969A; }

 p { color: rgb(112,150,154); }

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

background-color css

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

 a { background-color: rgb(112,150,154); }

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

border-color css

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

 span { border-color: rgb(112,150,154); }

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