Html Css Color HEX #009DC7 Pacific Blue

📋 copy color: '#009DC7'

red 0 ◦ green 157 ◦ blue 199

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

Shades of Pacific Blue #009DC7

Tints of Pacific Blue #009DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 55.9%

R = 0%
G = 44.1%
B = 55.9%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#009DC7 (or 0x009DC7) is known color: Pacific Blue. HEX triplet: 00, 9D and C7. RGB value is (0,157,199). Sum of RGB (Red+Green+Blue) = 0+157+199=356 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 199 (78.12% from 255 or 55.90% from 356); Max value from RGB is 199 - color contains mainly: blue. Hex color #009DC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009DC7 is #FF6238. Grayscale: #727272. Windows color (decimal): -16736825 or 13081856. OLE color: 13081856.

HSL color Cylindrical-coordinate representation of color #009DC7: hue angle of 192.66º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009DC7 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 0 157 199 -
CMYK 1 0.21 0 0.22
HSL 192.66º 1% 0.39% -
HSV(B) 192.66º 1% 0.78% -
XYZ 22.37 28.24 58.3 -
YUV 114.85 175.49 46.08 -
System Red Green Blue C M Y K H S L
Decimal 0 157 199 1 0.21 0 0.22 192.66 1 0.39
Hex 0 9D C7 64 15 0 16 C1 64 27
Octal 0 235 307 144 25 0 26 301 144 47
Binary 0 10011101 11000111 1100100 10101 0 10110 11000001 1100100 100111

Color Harmonies of #009DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009DC7

Black with #009DC7

Text Example


Text Example

White with #009DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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