Html Css Color HEX #0A82AE Cerulean

📋 copy color: '#0A82AE'

red 10 ◦ green 130 ◦ blue 174

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

Shades of Cerulean #0A82AE

Tints of Cerulean #0A82AE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.4%

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

R = 3.18%
G = 41.4%
B = 55.41%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0A82AE (or 0x0A82AE) is known color: Cerulean. HEX triplet: 0A, 82 and AE. RGB value is (10,130,174). Sum of RGB (Red+Green+Blue) = 10+130+174=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A82AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A82AE is #F57D51. Grayscale: #626262. Windows color (decimal): -16088402 or 11436554. OLE color: 11436554.

HSL color Cylindrical-coordinate representation of color #0A82AE: hue angle of 196.1º 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 #0A82AE is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 10 130 174 -
CMYK 0.94 0.25 0 0.32
HSL 196.1º 0.89% 0.36% -
HSV(B) 196.1º 0.94% 0.68% -
XYZ 15.75 19.09 42.9 -
YUV 99.14 170.24 64.42 -
System Red Green Blue C M Y K H S L
Decimal 10 130 174 0.94 0.25 0 0.32 196.1 0.89 0.36
Hex A 82 AE 5E 19 0 20 C4 59 24
Octal 12 202 256 136 31 0 40 304 131 44
Binary 1010 10000010 10101110 1011110 11001 0 100000 11000100 1011001 100100

Color Harmonies of #0A82AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A82AE

Black with #0A82AE

Text Example


Text Example

White with #0A82AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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