Html Css Color HEX #009DDD Pacific Blue

📋 copy color: '#009DDD'

red 0 ◦ green 157 ◦ blue 221

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

Shades of Pacific Blue #009DDD

Tints of Pacific Blue #009DDD

RGB

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

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

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

R = 0%
G = 41.53%
B = 58.47%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#009DDD (or 0x009DDD) is known color: Pacific Blue. HEX triplet: 00, 9D and DD. RGB value is (0,157,221). Sum of RGB (Red+Green+Blue) = 0+157+221=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #009DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009DDD is #FF6222. Grayscale: #747474. Windows color (decimal): -16736803 or 14523648. OLE color: 14523648.

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

Color convert

RGB 0 157 221 -
CMYK 1 0.29 0 0.13
HSL 197.38º 1% 0.43% -
HSV(B) 197.38º 1% 0.87% -
XYZ 25.11 29.33 72.75 -
YUV 117.35 186.49 44.3 -
System Red Green Blue C M Y K H S L
Decimal 0 157 221 1 0.29 0 0.13 197.38 1 0.43
Hex 0 9D DD 64 1D 0 D C5 64 2B
Octal 0 235 335 144 35 0 15 305 144 53
Binary 0 10011101 11011101 1100100 11101 0 1101 11000101 1100100 101011

Color Harmonies of #009DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009DDD

Black with #009DDD

Text Example


Text Example

White with #009DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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