Html Css Color HEX #0299BF Pacific Blue

📋 copy color: '#0299BF'

red 2 ◦ green 153 ◦ blue 191

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

Shades of Pacific Blue #0299BF

Tints of Pacific Blue #0299BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 55.2%

R = 0.58%
G = 44.22%
B = 55.2%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0299BF (or 0x0299BF) is known color: Pacific Blue. HEX triplet: 02, 99 and BF. RGB value is (2,153,191). Sum of RGB (Red+Green+Blue) = 2+153+191=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #0299BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0299BF is #FD6640. Grayscale: #6F6F6F. Windows color (decimal): -16606785 or 12556546. OLE color: 12556546.

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

Color convert

RGB 2 153 191 -
CMYK 0.99 0.20 0 0.25
HSL 192.06º 0.98% 0.38% -
HSV(B) 192.06º 0.99% 0.75% -
XYZ 20.82 26.56 53.32 -
YUV 112.18 172.47 49.41 -
System Red Green Blue C M Y K H S L
Decimal 2 153 191 0.99 0.20 0 0.25 192.06 0.98 0.38
Hex 2 99 BF 63 14 0 19 C0 62 26
Octal 2 231 277 143 24 0 31 300 142 46
Binary 10 10011001 10111111 1100011 10100 0 11001 11000000 1100010 100110

Color Harmonies of #0299BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0299BF

Black with #0299BF

Text Example


Text Example

White with #0299BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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