Html Css Color HEX #0997DB Pacific Blue

📋 copy color: '#0997DB'

red 9 ◦ green 151 ◦ blue 219

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

Shades of Pacific Blue #0997DB

Tints of Pacific Blue #0997DB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.84%

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

R = 2.37%
G = 39.84%
B = 57.78%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0997DB (or 0x0997DB) is known color: Pacific Blue. HEX triplet: 09, 97 and DB. RGB value is (9,151,219). Sum of RGB (Red+Green+Blue) = 9+151+219=379 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #0997DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0997DB is #F66824. Grayscale: #737373. Windows color (decimal): -16148517 or 14391049. OLE color: 14391049.

HSL color Cylindrical-coordinate representation of color #0997DB: hue angle of 199.43º 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 #0997DB is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 151 219 -
CMYK 0.96 0.31 0 0.14
HSL 199.43º 0.92% 0.45% -
HSV(B) 199.43º 0.96% 0.86% -
XYZ 23.97 27.31 71.03 -
YUV 116.29 185.96 51.47 -
System Red Green Blue C M Y K H S L
Decimal 9 151 219 0.96 0.31 0 0.14 199.43 0.92 0.45
Hex 9 97 DB 60 1F 0 E C7 5C 2D
Octal 11 227 333 140 37 0 16 307 134 55
Binary 1001 10010111 11011011 1100000 11111 0 1110 11000111 1011100 101101

Color Harmonies of #0997DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0997DB

Black with #0997DB

Text Example


Text Example

White with #0997DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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