Html Css Color HEX #0080BE Cerulean

📋 copy color: '#0080BE'

red 0 ◦ green 128 ◦ blue 190

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

Shades of Cerulean #0080BE

Tints of Cerulean #0080BE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 128 (50.39% from 255) = 40.25%

 BLUE value IS 190 (74.61% from 255) = 59.75%

R = 0%
G = 40.25%
B = 59.75%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0080BE (or 0x0080BE) is known color: Cerulean. HEX triplet: 00, 80 and BE. RGB value is (0,128,190). Sum of RGB (Red+Green+Blue) = 0+128+190=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #0080BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0080BE is #FF7F41. Grayscale: #606060. Windows color (decimal): -16744258 or 12484608. OLE color: 12484608.

HSL color Cylindrical-coordinate representation of color #0080BE: hue angle of 199.58º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0080BE is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 128 190 -
CMYK 1 0.33 0 0.25
HSL 199.58º 1% 0.37% -
HSV(B) 199.58º 1% 0.75% -
XYZ 17.01 19.16 51.52 -
YUV 96.8 180.59 58.96 -
System Red Green Blue C M Y K H S L
Decimal 0 128 190 1 0.33 0 0.25 199.58 1 0.37
Hex 0 80 BE 64 21 0 19 C8 64 25
Octal 0 200 276 144 41 0 31 310 144 45
Binary 0 10000000 10111110 1100100 100001 0 11001 11001000 1100100 100101

Color Harmonies of #0080BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0080BE

Black with #0080BE

Text Example


Text Example

White with #0080BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0080BE; }

 p { color: rgb(0,128,190); }

 H1.HeaderClassName
 {
   color: #0080BE;
 }
 .AnyTagClassName
 {
   color: #0080BE;
 }
</style>

background-color css

<style>
 a { background-color: #0080BE; }

 a { background-color: rgb(0,128,190); }

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

border-color css

<style>
 span { border-color: #0080BE; }

 span { border-color: rgb(0,128,190); }

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