Html Css Color HEX #72989E Cadet Blue

📋 copy color: '#72989E'

red 114 ◦ green 152 ◦ blue 158

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

Shades of Cadet Blue #72989E

Tints of Cadet Blue #72989E

RGB

 RED value IS 114 (44.92% from 255) = 26.89%

 GREEN value IS 152 (59.77% from 255) = 35.85%

 BLUE value IS 158 (62.11% from 255) = 37.26%

R = 26.89%
G = 35.85%
B = 37.26%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72989E (or 0x72989E) is known color: Cadet Blue. HEX triplet: 72, 98 and 9E. RGB value is (114,152,158). Sum of RGB (Red+Green+Blue) = 114+152+158=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 158 - color contains mainly: blue. Hex color #72989E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72989E is #8D6761. Grayscale: #8D8D8D. Windows color (decimal): -9267042 or 10393714. OLE color: 10393714.

HSL color Cylindrical-coordinate representation of color #72989E: hue angle of 188.18º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72989E is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 152 158 -
CMYK 0.28 0.04 0 0.38
HSL 188.18º 0.18% 0.53% -
HSV(B) 188.18º 0.28% 0.62% -
XYZ 24.34 28.5 36.57 -
YUV 141.32 137.41 108.51 -
System Red Green Blue C M Y K H S L
Decimal 114 152 158 0.28 0.04 0 0.38 188.18 0.18 0.53
Hex 72 98 9E 1C 4 0 26 BC 12 35
Octal 162 230 236 34 4 0 46 274 22 65
Binary 1110010 10011000 10011110 11100 100 0 100110 10111100 10010 110101

Color Harmonies of #72989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72989E

Black with #72989E

Text Example


Text Example

White with #72989E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72989E; }

 p { color: rgb(114,152,158); }

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

background-color css

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

 a { background-color: rgb(114,152,158); }

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

border-color css

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

 span { border-color: rgb(114,152,158); }

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