Html Css Color HEX #0299BD Pacific Blue

📋 copy color: '#0299BD'

red 2 ◦ green 153 ◦ blue 189

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

Shades of Pacific Blue #0299BD

Tints of Pacific Blue #0299BD

RGB

 RED value IS 2 (1.17% from 255) = 0.58%

 GREEN value IS 153 (60.16% from 255) = 44.48%

 BLUE value IS 189 (74.22% from 255) = 54.94%

R = 0.58%
G = 44.48%
B = 54.94%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0299BD (or 0x0299BD) is known color: Pacific Blue. HEX triplet: 02, 99 and BD. RGB value is (2,153,189). Sum of RGB (Red+Green+Blue) = 2+153+189=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #0299BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0299BD is #FD6642. Grayscale: #6F6F6F. Windows color (decimal): -16606787 or 12425474. OLE color: 12425474.

HSL color Cylindrical-coordinate representation of color #0299BD: hue angle of 191.55º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0299BD is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 153 189 -
CMYK 0.99 0.19 0 0.26
HSL 191.55º 0.98% 0.37% -
HSV(B) 191.55º 0.99% 0.74% -
XYZ 20.6 26.47 52.17 -
YUV 111.96 171.47 49.57 -
System Red Green Blue C M Y K H S L
Decimal 2 153 189 0.99 0.19 0 0.26 191.55 0.98 0.37
Hex 2 99 BD 63 13 0 1A C0 62 25
Octal 2 231 275 143 23 0 32 300 142 45
Binary 10 10011001 10111101 1100011 10011 0 11010 11000000 1100010 100101

Color Harmonies of #0299BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0299BD

Black with #0299BD

Text Example


Text Example

White with #0299BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0299BD;
 }
 .AnyTagClassName
 {
   color: #0299BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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