Html Css Color HEX #0E84AE Cerulean

📋 copy color: '#0E84AE'

red 14 ◦ green 132 ◦ blue 174

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

Shades of Cerulean #0E84AE

Tints of Cerulean #0E84AE

RGB

 RED value IS 14 (5.86% from 255) = 4.38%

 GREEN value IS 132 (51.95% from 255) = 41.25%

 BLUE value IS 174 (68.36% from 255) = 54.38%

R = 4.38%
G = 41.25%
B = 54.38%

CMYK

 C value IS 0.92

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0E84AE (or 0x0E84AE) is known color: Cerulean. HEX triplet: 0E, 84 and AE. RGB value is (14,132,174). Sum of RGB (Red+Green+Blue) = 14+132+174=320 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.38% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #0E84AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E84AE is #F17B51. Grayscale: #656565. Windows color (decimal): -15825746 or 11437070. OLE color: 11437070.

HSL color Cylindrical-coordinate representation of color #0E84AE: hue angle of 195.75º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E84AE is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 14 132 174 -
CMYK 0.92 0.24 0 0.32
HSL 195.75º 0.85% 0.37% -
HSV(B) 195.75º 0.92% 0.68% -
XYZ 16.07 19.65 42.99 -
YUV 101.51 168.91 65.58 -
System Red Green Blue C M Y K H S L
Decimal 14 132 174 0.92 0.24 0 0.32 195.75 0.85 0.37
Hex E 84 AE 5C 18 0 20 C4 55 25
Octal 16 204 256 134 30 0 40 304 125 45
Binary 1110 10000100 10101110 1011100 11000 0 100000 11000100 1010101 100101

Color Harmonies of #0E84AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E84AE

Black with #0E84AE

Text Example


Text Example

White with #0E84AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E84AE; }

 p { color: rgb(14,132,174); }

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

background-color css

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

 a { background-color: rgb(14,132,174); }

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

border-color css

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

 span { border-color: rgb(14,132,174); }

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