Html Css Color HEX #0092C9 Pacific Blue

📋 copy color: '#0092C9'

red 0 ◦ green 146 ◦ blue 201

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

Shades of Pacific Blue #0092C9

Tints of Pacific Blue #0092C9

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.07%

 BLUE value IS 201 (78.91% from 255) = 57.93%

R = 0%
G = 42.07%
B = 57.93%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0092C9 (or 0x0092C9) is known color: Pacific Blue. HEX triplet: 00, 92 and C9. RGB value is (0,146,201). Sum of RGB (Red+Green+Blue) = 0+146+201=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 201 (78.91% from 255 or 57.93% from 347); Max value from RGB is 201 - color contains mainly: blue. Hex color #0092C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0092C9 is #FF6D36. Grayscale: #6C6C6C. Windows color (decimal): -16739639 or 13210112. OLE color: 13210112.

HSL color Cylindrical-coordinate representation of color #0092C9: hue angle of 196.42º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0092C9 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 146 201 -
CMYK 1 0.27 0 0.21
HSL 196.42º 1% 0.39% -
HSV(B) 196.42º 1% 0.79% -
XYZ 20.82 24.77 58.94 -
YUV 108.62 180.13 50.53 -
System Red Green Blue C M Y K H S L
Decimal 0 146 201 1 0.27 0 0.21 196.42 1 0.39
Hex 0 92 C9 64 1B 0 15 C4 64 27
Octal 0 222 311 144 33 0 25 304 144 47
Binary 0 10010010 11001001 1100100 11011 0 10101 11000100 1100100 100111

Color Harmonies of #0092C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0092C9

Black with #0092C9

Text Example


Text Example

White with #0092C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0092C9; }

 p { color: rgb(0,146,201); }

 H1.HeaderClassName
 {
   color: #0092C9;
 }
 .AnyTagClassName
 {
   color: #0092C9;
 }
</style>

background-color css

<style>
 a { background-color: #0092C9; }

 a { background-color: rgb(0,146,201); }

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

border-color css

<style>
 span { border-color: #0092C9; }

 span { border-color: rgb(0,146,201); }

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