Html Css Color HEX #009CDF Pacific Blue

📋 copy color: '#009CDF'

red 0 ◦ green 156 ◦ blue 223

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

Shades of Pacific Blue #009CDF

Tints of Pacific Blue #009CDF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.16%

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

R = 0%
G = 41.16%
B = 58.84%

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

#009CDF (or 0x009CDF) is known color: Pacific Blue. HEX triplet: 00, 9C and DF. RGB value is (0,156,223). Sum of RGB (Red+Green+Blue) = 0+156+223=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #009CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009CDF is #FF6320. Grayscale: #747474. Windows color (decimal): -16737057 or 14654464. OLE color: 14654464.

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

Color convert

RGB 0 156 223 -
CMYK 1 0.30 0 0.13
HSL 198.03º 1% 0.44% -
HSV(B) 198.03º 1% 0.87% -
XYZ 25.21 29.1 74.1 -
YUV 116.99 187.82 44.55 -
System Red Green Blue C M Y K H S L
Decimal 0 156 223 1 0.30 0 0.13 198.03 1 0.44
Hex 0 9C DF 64 1E 0 D C6 64 2C
Octal 0 234 337 144 36 0 15 306 144 54
Binary 0 10011100 11011111 1100100 11110 0 1101 11000110 1100100 101100

Color Harmonies of #009CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009CDF

Black with #009CDF

Text Example


Text Example

White with #009CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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