Html Css Color HEX #0992DB Pacific Blue

📋 copy color: '#0992DB'

red 9 ◦ green 146 ◦ blue 219

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

Shades of Pacific Blue #0992DB

Tints of Pacific Blue #0992DB

RGB

 RED value IS 9 (3.91% from 255) = 2.41%

 GREEN value IS 146 (57.42% from 255) = 39.04%

 BLUE value IS 219 (85.94% from 255) = 58.56%

R = 2.41%
G = 39.04%
B = 58.56%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0992DB (or 0x0992DB) is known color: Pacific Blue. HEX triplet: 09, 92 and DB. RGB value is (9,146,219). Sum of RGB (Red+Green+Blue) = 9+146+219=374 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #0992DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0992DB is #F66D24. Grayscale: #707070. Windows color (decimal): -16149797 or 14389769. OLE color: 14389769.

HSL color Cylindrical-coordinate representation of color #0992DB: hue angle of 200.86º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0992DB is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 146 219 -
CMYK 0.96 0.33 0 0.14
HSL 200.86º 0.92% 0.45% -
HSV(B) 200.86º 0.96% 0.86% -
XYZ 23.18 25.73 70.76 -
YUV 113.36 187.61 53.56 -
System Red Green Blue C M Y K H S L
Decimal 9 146 219 0.96 0.33 0 0.14 200.86 0.92 0.45
Hex 9 92 DB 60 21 0 E C9 5C 2D
Octal 11 222 333 140 41 0 16 311 134 55
Binary 1001 10010010 11011011 1100000 100001 0 1110 11001001 1011100 101101

Color Harmonies of #0992DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0992DB

Black with #0992DB

Text Example


Text Example

White with #0992DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0992DB; }

 p { color: rgb(9,146,219); }

 H1.HeaderClassName
 {
   color: #0992DB;
 }
 .AnyTagClassName
 {
   color: #0992DB;
 }
</style>

background-color css

<style>
 a { background-color: #0992DB; }

 a { background-color: rgb(9,146,219); }

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

border-color css

<style>
 span { border-color: #0992DB; }

 span { border-color: rgb(9,146,219); }

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