Html Css Color HEX #009BD1 Pacific Blue

📋 copy color: '#009BD1'

red 0 ◦ green 155 ◦ blue 209

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

Shades of Pacific Blue #009BD1

Tints of Pacific Blue #009BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 57.42%

R = 0%
G = 42.58%
B = 57.42%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#009BD1 (or 0x009BD1) is known color: Pacific Blue. HEX triplet: 00, 9B and D1. RGB value is (0,155,209). Sum of RGB (Red+Green+Blue) = 0+155+209=364 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 209 (82.03% from 255 or 57.42% from 364); Max value from RGB is 209 - color contains mainly: blue. Hex color #009BD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009BD1 is #FF642E. Grayscale: #727272. Windows color (decimal): -16737327 or 13736704. OLE color: 13736704.

HSL color Cylindrical-coordinate representation of color #009BD1: hue angle of 195.5º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BD1 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 155 209 -
CMYK 1 0.26 0 0.18
HSL 195.5º 1% 0.41% -
HSV(B) 195.5º 1% 0.82% -
XYZ 23.23 28.05 64.51 -
YUV 114.81 181.15 46.11 -
System Red Green Blue C M Y K H S L
Decimal 0 155 209 1 0.26 0 0.18 195.5 1 0.41
Hex 0 9B D1 64 1A 0 12 C4 64 29
Octal 0 233 321 144 32 0 22 304 144 51
Binary 0 10011011 11010001 1100100 11010 0 10010 11000100 1100100 101001

Color Harmonies of #009BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009BD1

Black with #009BD1

Text Example


Text Example

White with #009BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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