Html Css Color HEX #009BDD Pacific Blue

📋 copy color: '#009BDD'

red 0 ◦ green 155 ◦ blue 221

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

Shades of Pacific Blue #009BDD

Tints of Pacific Blue #009BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.78%

R = 0%
G = 41.22%
B = 58.78%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#009BDD (or 0x009BDD) is known color: Pacific Blue. HEX triplet: 00, 9B and DD. RGB value is (0,155,221). Sum of RGB (Red+Green+Blue) = 0+155+221=376 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #009BDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009BDD is #FF6422. Grayscale: #737373. Windows color (decimal): -16737315 or 14523136. OLE color: 14523136.

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

Color convert

RGB 0 155 221 -
CMYK 1 0.30 0 0.13
HSL 197.92º 1% 0.43% -
HSV(B) 197.92º 1% 0.87% -
XYZ 24.77 28.66 72.63 -
YUV 116.18 187.15 45.13 -
System Red Green Blue C M Y K H S L
Decimal 0 155 221 1 0.30 0 0.13 197.92 1 0.43
Hex 0 9B DD 64 1E 0 D C6 64 2B
Octal 0 233 335 144 36 0 15 306 144 53
Binary 0 10011011 11011101 1100100 11110 0 1101 11000110 1100100 101011

Color Harmonies of #009BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009BDD

Black with #009BDD

Text Example


Text Example

White with #009BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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