#0299CB

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

Shades of Pacific Blue #0299CB

Tints of Pacific Blue #0299CB

Color information

#0299CB (or 0x0299CB) is unknown color: approx Pacific Blue. HEX triplet: 02, 99 and CB. RGB value is (2,153,203). Sum of RGB (Red+Green+Blue) = 2+153+203=358 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #0299CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0299CB is #FD6634. Grayscale: #717171. Windows color (decimal): -16606773 or 13342978. OLE color: 13342978.

HSL color Cylindrical-coordinate representation of color #0299CB: hue angle of 194.93º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0299CB is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB2153203-
CMYK0.990.2500.20
HSL194.93º98.05%40.2%-
HSV(B)194.93º99.01%79.61%-
XYZ22.227.1160.56-
YUV113.55178.4748.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.56%
GREEN value IS 153 (60.16% from 255) = 42.74%
BLUE value IS 203 (79.69% from 255) = 56.70%
R=0.56%
G=42.74%
B=56.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal21532030.990.2500.20194.9398.0540.2
Hex299CB6319014c36228
Octal22313131433102430314250
Binary101001100111001011110001111001010100110000111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0299CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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