Html Css Color HEX #0982B6 Cerulean

📋 copy color: '#0982B6'

red 9 ◦ green 130 ◦ blue 182

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

Shades of Cerulean #0982B6

Tints of Cerulean #0982B6

RGB

 RED value IS 9 (3.91% from 255) = 2.8%

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

 BLUE value IS 182 (71.48% from 255) = 56.7%

R = 2.8%
G = 40.5%
B = 56.7%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0982B6 (or 0x0982B6) is known color: Cerulean. HEX triplet: 09, 82 and B6. RGB value is (9,130,182). Sum of RGB (Red+Green+Blue) = 9+130+182=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 182 (71.48% from 255 or 56.70% from 321); Max value from RGB is 182 - color contains mainly: blue. Hex color #0982B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0982B6 is #F67D49. Grayscale: #636363. Windows color (decimal): -16153930 or 11960841. OLE color: 11960841.

HSL color Cylindrical-coordinate representation of color #0982B6: hue angle of 198.03º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0982B6 is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 9 130 182 -
CMYK 0.95 0.29 0 0.29
HSL 198.03º 0.91% 0.37% -
HSV(B) 198.03º 0.95% 0.71% -
XYZ 16.54 19.4 47.13 -
YUV 99.75 174.41 63.27 -
System Red Green Blue C M Y K H S L
Decimal 9 130 182 0.95 0.29 0 0.29 198.03 0.91 0.37
Hex 9 82 B6 5F 1D 0 1D C6 5B 25
Octal 11 202 266 137 35 0 35 306 133 45
Binary 1001 10000010 10110110 1011111 11101 0 11101 11000110 1011011 100101

Color Harmonies of #0982B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0982B6

Black with #0982B6

Text Example


Text Example

White with #0982B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0982B6; }

 p { color: rgb(9,130,182); }

 H1.HeaderClassName
 {
   color: #0982B6;
 }
 .AnyTagClassName
 {
   color: #0982B6;
 }
</style>

background-color css

<style>
 a { background-color: #0982B6; }

 a { background-color: rgb(9,130,182); }

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

border-color css

<style>
 span { border-color: #0982B6; }

 span { border-color: rgb(9,130,182); }

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