Html Css Color HEX #009DCD Pacific Blue

📋 copy color: '#009DCD'

red 0 ◦ green 157 ◦ blue 205

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

Shades of Pacific Blue #009DCD

Tints of Pacific Blue #009DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.37%

 BLUE value IS 205 (80.47% from 255) = 56.63%

R = 0%
G = 43.37%
B = 56.63%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#009DCD (or 0x009DCD) is known color: Pacific Blue. HEX triplet: 00, 9D and CD. RGB value is (0,157,205). Sum of RGB (Red+Green+Blue) = 0+157+205=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #009DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009DCD is #FF6232. Grayscale: #737373. Windows color (decimal): -16736819 or 13475072. OLE color: 13475072.

HSL color Cylindrical-coordinate representation of color #009DCD: hue angle of 194.05º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009DCD is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 157 205 -
CMYK 1 0.23 0 0.20
HSL 194.05º 1% 0.4% -
HSV(B) 194.05º 1% 0.8% -
XYZ 23.08 28.52 62.05 -
YUV 115.53 178.49 45.6 -
System Red Green Blue C M Y K H S L
Decimal 0 157 205 1 0.23 0 0.20 194.05 1 0.4
Hex 0 9D CD 64 17 0 14 C2 64 28
Octal 0 235 315 144 27 0 24 302 144 50
Binary 0 10011101 11001101 1100100 10111 0 10100 11000010 1100100 101000

Color Harmonies of #009DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009DCD

Black with #009DCD

Text Example


Text Example

White with #009DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,157,205); }

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

background-color css

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

 a { background-color: rgb(0,157,205); }

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

border-color css

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

 span { border-color: rgb(0,157,205); }

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