Html Css Color HEX #009BDC Pacific Blue

📋 copy color: '#009BDC'

red 0 ◦ green 155 ◦ blue 220

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

Shades of Pacific Blue #009BDC

Tints of Pacific Blue #009BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.67%

R = 0%
G = 41.33%
B = 58.67%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#009BDC (or 0x009BDC) is known color: Pacific Blue. HEX triplet: 00, 9B and DC. RGB value is (0,155,220). Sum of RGB (Red+Green+Blue) = 0+155+220=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #009BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009BDC is #FF6423. Grayscale: #737373. Windows color (decimal): -16737316 or 14457600. OLE color: 14457600.

HSL color Cylindrical-coordinate representation of color #009BDC: hue angle of 197.73º 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 #009BDC is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 155 220 -
CMYK 1 0.30 0 0.14
HSL 197.73º 1% 0.43% -
HSV(B) 197.73º 1% 0.86% -
XYZ 24.64 28.61 71.93 -
YUV 116.07 186.65 45.21 -
System Red Green Blue C M Y K H S L
Decimal 0 155 220 1 0.30 0 0.14 197.73 1 0.43
Hex 0 9B DC 64 1E 0 E C6 64 2B
Octal 0 233 334 144 36 0 16 306 144 53
Binary 0 10011011 11011100 1100100 11110 0 1110 11000110 1100100 101011

Color Harmonies of #009BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009BDC

Black with #009BDC

Text Example


Text Example

White with #009BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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