Html Css Color HEX #0299D2 Pacific Blue

📋 copy color: '#0299D2'

red 2 ◦ green 153 ◦ blue 210

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

Shades of Pacific Blue #0299D2

Tints of Pacific Blue #0299D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 57.53%

R = 0.55%
G = 41.92%
B = 57.53%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0299D2 (or 0x0299D2) is known color: Pacific Blue. HEX triplet: 02, 99 and D2. RGB value is (2,153,210). Sum of RGB (Red+Green+Blue) = 2+153+210=365 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 210 (82.42% from 255 or 57.53% from 365); Max value from RGB is 210 - color contains mainly: blue. Hex color #0299D2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0299D2 is #FD662D. Grayscale: #717171. Windows color (decimal): -16606766 or 13801730. OLE color: 13801730.

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

Color convert

RGB 2 153 210 -
CMYK 0.99 0.27 0 0.18
HSL 196.44º 0.98% 0.42% -
HSV(B) 196.44º 0.99% 0.82% -
XYZ 23.05 27.45 65.06 -
YUV 114.35 181.97 47.87 -
System Red Green Blue C M Y K H S L
Decimal 2 153 210 0.99 0.27 0 0.18 196.44 0.98 0.42
Hex 2 99 D2 63 1B 0 12 C4 62 2A
Octal 2 231 322 143 33 0 22 304 142 52
Binary 10 10011001 11010010 1100011 11011 0 10010 11000100 1100010 101010

Color Harmonies of #0299D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0299D2

Black with #0299D2

Text Example


Text Example

White with #0299D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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