#0299D6

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

Shades of Pacific Blue #0299D6

Tints of Pacific Blue #0299D6

Color information

#0299D6 (or 0x0299D6) is unknown color: approx Pacific Blue. HEX triplet: 02, 99 and D6. RGB value is (2,153,214). Sum of RGB (Red+Green+Blue) = 2+153+214=369 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 214 (83.98% from 255 or 57.99% from 369); Max value from RGB is 214 - color contains mainly: blue. Hex color #0299D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0299D6 is #FD6629. Grayscale: #727272. Windows color (decimal): -16606762 or 14063874. OLE color: 14063874.

HSL color Cylindrical-coordinate representation of color #0299D6: hue angle of 197.26º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0299D6 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2153214-
CMYK0.990.2900.16
HSL197.26º98.15%42.35%-
HSV(B)197.26º99.07%83.92%-
XYZ23.5527.6567.71-
YUV114.8183.9747.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.54%
GREEN value IS 153 (60.16% from 255) = 41.46%
BLUE value IS 214 (83.98% from 255) = 57.99%
R=0.54%
G=41.46%
B=57.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21532140.990.2900.16197.2698.1542.35
Hex299D6631D010c5622a
Octal22313261433502030514252
Binary101001100111010110110001111101010000110001011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0299D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0299D6; }

 p { color: rgb(2,153,214); }

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

<style>
 a { background-color: #0299D6; }

 a { background-color: rgb(2,153,214); }

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

<style>
 span { border-color: #0299D6; }

 span { border-color: rgb(2,153,214); }

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