Html Css Color HEX #009CDA Pacific Blue

📋 copy color: '#009CDA'

red 0 ◦ green 156 ◦ blue 218

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

Shades of Pacific Blue #009CDA

Tints of Pacific Blue #009CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.29%

R = 0%
G = 41.71%
B = 58.29%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#009CDA (or 0x009CDA) is known color: Pacific Blue. HEX triplet: 00, 9C and DA. RGB value is (0,156,218). Sum of RGB (Red+Green+Blue) = 0+156+218=374 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #009CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009CDA is #FF6325. Grayscale: #747474. Windows color (decimal): -16737062 or 14326784. OLE color: 14326784.

HSL color Cylindrical-coordinate representation of color #009CDA: hue angle of 197.06º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CDA is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 0 156 218 -
CMYK 1 0.28 0 0.15
HSL 197.06º 1% 0.43% -
HSV(B) 197.06º 1% 0.85% -
XYZ 24.54 28.84 70.6 -
YUV 116.42 185.32 44.96 -
System Red Green Blue C M Y K H S L
Decimal 0 156 218 1 0.28 0 0.15 197.06 1 0.43
Hex 0 9C DA 64 1C 0 F C5 64 2B
Octal 0 234 332 144 34 0 17 305 144 53
Binary 0 10011100 11011010 1100100 11100 0 1111 11000101 1100100 101011

Color Harmonies of #009CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009CDA

Black with #009CDA

Text Example


Text Example

White with #009CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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