Html Css Color HEX #0682AC Cerulean

📋 copy color: '#0682AC'

red 6 ◦ green 130 ◦ blue 172

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

Shades of Cerulean #0682AC

Tints of Cerulean #0682AC

RGB

 RED value IS 6 (2.73% from 255) = 1.95%

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

 BLUE value IS 172 (67.58% from 255) = 55.84%

R = 1.95%
G = 42.21%
B = 55.84%

CMYK

 C value IS 0.97

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0682AC (or 0x0682AC) is known color: Cerulean. HEX triplet: 06, 82 and AC. RGB value is (6,130,172). Sum of RGB (Red+Green+Blue) = 6+130+172=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #0682AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0682AC is #F97D53. Grayscale: #616161. Windows color (decimal): -16350548 or 11305478. OLE color: 11305478.

HSL color Cylindrical-coordinate representation of color #0682AC: hue angle of 195.18º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0682AC is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 130 172 -
CMYK 0.97 0.24 0 0.33
HSL 195.18º 0.93% 0.35% -
HSV(B) 195.18º 0.97% 0.67% -
XYZ 15.5 18.98 41.88 -
YUV 97.71 169.92 62.58 -
System Red Green Blue C M Y K H S L
Decimal 6 130 172 0.97 0.24 0 0.33 195.18 0.93 0.35
Hex 6 82 AC 61 18 0 21 C3 5D 23
Octal 6 202 254 141 30 0 41 303 135 43
Binary 110 10000010 10101100 1100001 11000 0 100001 11000011 1011101 100011

Color Harmonies of #0682AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0682AC

Black with #0682AC

Text Example


Text Example

White with #0682AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0682AC; }

 p { color: rgb(6,130,172); }

 H1.HeaderClassName
 {
   color: #0682AC;
 }
 .AnyTagClassName
 {
   color: #0682AC;
 }
</style>

background-color css

<style>
 a { background-color: #0682AC; }

 a { background-color: rgb(6,130,172); }

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

border-color css

<style>
 span { border-color: #0682AC; }

 span { border-color: rgb(6,130,172); }

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