Html Css Color HEX #009DDF Pacific Blue

📋 copy color: '#009DDF'

red 0 ◦ green 157 ◦ blue 223

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

Shades of Pacific Blue #009DDF

Tints of Pacific Blue #009DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.68%

R = 0%
G = 41.32%
B = 58.68%

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

#009DDF (or 0x009DDF) is known color: Pacific Blue. HEX triplet: 00, 9D and DF. RGB value is (0,157,223). Sum of RGB (Red+Green+Blue) = 0+157+223=380 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #009DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009DDF is #FF6220. Grayscale: #757575. Windows color (decimal): -16736801 or 14654720. OLE color: 14654720.

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

Color convert

RGB 0 157 223 -
CMYK 1 0.30 0 0.13
HSL 197.76º 1% 0.44% -
HSV(B) 197.76º 1% 0.87% -
XYZ 25.38 29.44 74.16 -
YUV 117.58 187.49 44.13 -
System Red Green Blue C M Y K H S L
Decimal 0 157 223 1 0.30 0 0.13 197.76 1 0.44
Hex 0 9D DF 64 1E 0 D C6 64 2C
Octal 0 235 337 144 36 0 15 306 144 54
Binary 0 10011101 11011111 1100100 11110 0 1101 11000110 1100100 101100

Color Harmonies of #009DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009DDF

Black with #009DDF

Text Example


Text Example

White with #009DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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