#0092DE

Color #0092DE Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0092DE

Tints of Pacific Blue #0092DE

Color information

#0092DE (or 0x0092DE) is unknown color: approx Pacific Blue. HEX triplet: 00, 92 and DE. RGB value is (0,146,222). Sum of RGB (Red+Green+Blue) = 0+146+222=368 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #0092DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0092DE is #FF6D21. Grayscale: #6E6E6E. Windows color (decimal): -16739618 or 14586368. OLE color: 14586368.

HSL color Cylindrical-coordinate representation of color #0092DE: hue angle of 200.54º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0092DE is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB0146222-
CMYK10.3400.13
HSL200.54º100%43.53%-
HSV(B)200.54º100%87.06%-
XYZ23.4625.8372.86-
YUV111.01190.6348.82-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 146 (57.42% from 255) = 39.67%
BLUE value IS 222 (87.11% from 255) = 60.33%
R=0%
G=39.67%
B=60.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal014622210.3400.13200.5410043.53
Hex092DE64220Dc9642c
Octal02223361444201531114454
Binary01001001011011110110010010001001101110010011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0092DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0092DE;
 }
 .AnyTagClassName
 {
   color: #0092DE;
 }
</style>
background-color css

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

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

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

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

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

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