Html Css Color HEX #0A84AA Cerulean

📋 copy color: '#0A84AA'

red 10 ◦ green 132 ◦ blue 170

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

Shades of Cerulean #0A84AA

Tints of Cerulean #0A84AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.49%

R = 3.21%
G = 42.31%
B = 54.49%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A84AA (or 0x0A84AA) is known color: Cerulean. HEX triplet: 0A, 84 and AA. RGB value is (10,132,170). Sum of RGB (Red+Green+Blue) = 10+132+170=312 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.21% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A84AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A84AA is #F57B55. Grayscale: #636363. Windows color (decimal): -16087894 or 11174922. OLE color: 11174922.

HSL color Cylindrical-coordinate representation of color #0A84AA: hue angle of 194.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A84AA is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 132 170 -
CMYK 0.94 0.22 0 0.33
HSL 194.25º 0.89% 0.35% -
HSV(B) 194.25º 0.94% 0.67% -
XYZ 15.63 19.47 40.96 -
YUV 99.85 167.58 63.91 -
System Red Green Blue C M Y K H S L
Decimal 10 132 170 0.94 0.22 0 0.33 194.25 0.89 0.35
Hex A 84 AA 5E 16 0 21 C2 59 23
Octal 12 204 252 136 26 0 41 302 131 43
Binary 1010 10000100 10101010 1011110 10110 0 100001 11000010 1011001 100011

Color Harmonies of #0A84AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A84AA

Black with #0A84AA

Text Example


Text Example

White with #0A84AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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