Html Css Color HEX #0A84AE Cerulean

📋 copy color: '#0A84AE'

red 10 ◦ green 132 ◦ blue 174

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

Shades of Cerulean #0A84AE

Tints of Cerulean #0A84AE

RGB

 RED value IS 10 (4.3% from 255) = 3.16%

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

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

R = 3.16%
G = 41.77%
B = 55.06%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0A84AE (or 0x0A84AE) is known color: Cerulean. HEX triplet: 0A, 84 and AE. RGB value is (10,132,174). Sum of RGB (Red+Green+Blue) = 10+132+174=316 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.16% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A84AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A84AE is #F57B51. Grayscale: #646464. Windows color (decimal): -16087890 or 11437066. OLE color: 11437066.

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

Color convert

RGB 10 132 174 -
CMYK 0.94 0.24 0 0.32
HSL 195.37º 0.89% 0.36% -
HSV(B) 195.37º 0.94% 0.68% -
XYZ 16.02 19.62 42.99 -
YUV 100.31 169.58 63.58 -
System Red Green Blue C M Y K H S L
Decimal 10 132 174 0.94 0.24 0 0.32 195.37 0.89 0.36
Hex A 84 AE 5E 18 0 20 C3 59 24
Octal 12 204 256 136 30 0 40 303 131 44
Binary 1010 10000100 10101110 1011110 11000 0 100000 11000011 1011001 100100

Color Harmonies of #0A84AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A84AE

Black with #0A84AE

Text Example


Text Example

White with #0A84AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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