Html Css Color HEX #009BDB Pacific Blue

📋 copy color: '#009BDB'

red 0 ◦ green 155 ◦ blue 219

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

Shades of Pacific Blue #009BDB

Tints of Pacific Blue #009BDB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 155 (60.94% from 255) = 41.44%

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

R = 0%
G = 41.44%
B = 58.56%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#009BDB (or 0x009BDB) is known color: Pacific Blue. HEX triplet: 00, 9B and DB. RGB value is (0,155,219). Sum of RGB (Red+Green+Blue) = 0+155+219=374 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 374); Green value is 155 (60.94% from 255 or 41.44% 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 #009BDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009BDB is #FF6424. Grayscale: #737373. Windows color (decimal): -16737317 or 14392064. OLE color: 14392064.

HSL color Cylindrical-coordinate representation of color #009BDB: hue angle of 197.53º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BDB is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 155 219 -
CMYK 1 0.29 0 0.14
HSL 197.53º 1% 0.43% -
HSV(B) 197.53º 1% 0.86% -
XYZ 24.51 28.56 71.24 -
YUV 115.95 186.15 45.3 -
System Red Green Blue C M Y K H S L
Decimal 0 155 219 1 0.29 0 0.14 197.53 1 0.43
Hex 0 9B DB 64 1D 0 E C6 64 2B
Octal 0 233 333 144 35 0 16 306 144 53
Binary 0 10011011 11011011 1100100 11101 0 1110 11000110 1100100 101011

Color Harmonies of #009BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009BDB

Black with #009BDB

Text Example


Text Example

White with #009BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009BDB; }

 p { color: rgb(0,155,219); }

 H1.HeaderClassName
 {
   color: #009BDB;
 }
 .AnyTagClassName
 {
   color: #009BDB;
 }
</style>

background-color css

<style>
 a { background-color: #009BDB; }

 a { background-color: rgb(0,155,219); }

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

border-color css

<style>
 span { border-color: #009BDB; }

 span { border-color: rgb(0,155,219); }

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