Html Css Color HEX #009CDE Pacific Blue

📋 copy color: '#009CDE'

red 0 ◦ green 156 ◦ blue 222

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

Shades of Pacific Blue #009CDE

Tints of Pacific Blue #009CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.73%

R = 0%
G = 41.27%
B = 58.73%

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

#009CDE (or 0x009CDE) is known color: Pacific Blue. HEX triplet: 00, 9C and DE. RGB value is (0,156,222). Sum of RGB (Red+Green+Blue) = 0+156+222=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #009CDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009CDE is #FF6321. Grayscale: #747474. Windows color (decimal): -16737058 or 14588928. OLE color: 14588928.

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

Color convert

RGB 0 156 222 -
CMYK 1 0.30 0 0.13
HSL 197.84º 1% 0.44% -
HSV(B) 197.84º 1% 0.87% -
XYZ 25.07 29.05 73.39 -
YUV 116.88 187.32 44.63 -
System Red Green Blue C M Y K H S L
Decimal 0 156 222 1 0.30 0 0.13 197.84 1 0.44
Hex 0 9C DE 64 1E 0 D C6 64 2C
Octal 0 234 336 144 36 0 15 306 144 54
Binary 0 10011100 11011110 1100100 11110 0 1101 11000110 1100100 101100

Color Harmonies of #009CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009CDE

Black with #009CDE

Text Example


Text Example

White with #009CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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