Html Css Color HEX #0C9FDD Pacific Blue

📋 copy color: '#0C9FDD'

red 12 ◦ green 159 ◦ blue 221

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

Shades of Pacific Blue #0C9FDD

Tints of Pacific Blue #0C9FDD

RGB

 RED value IS 12 (5.08% from 255) = 3.06%

 GREEN value IS 159 (62.5% from 255) = 40.56%

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

R = 3.06%
G = 40.56%
B = 56.38%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0C9FDD (or 0x0C9FDD) is known color: Pacific Blue. HEX triplet: 0C, 9F and DD. RGB value is (12,159,221). Sum of RGB (Red+Green+Blue) = 12+159+221=392 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.06% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C9FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C9FDD is #F36022. Grayscale: #797979. Windows color (decimal): -15949859 or 14524172. OLE color: 14524172.

HSL color Cylindrical-coordinate representation of color #0C9FDD: hue angle of 197.8º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C9FDD is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 159 221 -
CMYK 0.95 0.28 0 0.13
HSL 197.8º 0.9% 0.46% -
HSV(B) 197.8º 0.95% 0.87% -
XYZ 25.6 30.09 72.87 -
YUV 122.12 183.8 49.46 -
System Red Green Blue C M Y K H S L
Decimal 12 159 221 0.95 0.28 0 0.13 197.8 0.9 0.46
Hex C 9F DD 5F 1C 0 D C6 5A 2E
Octal 14 237 335 137 34 0 15 306 132 56
Binary 1100 10011111 11011101 1011111 11100 0 1101 11000110 1011010 101110

Color Harmonies of #0C9FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9FDD

Black with #0C9FDD

Text Example


Text Example

White with #0C9FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C9FDD; }

 p { color: rgb(12,159,221); }

 H1.HeaderClassName
 {
   color: #0C9FDD;
 }
 .AnyTagClassName
 {
   color: #0C9FDD;
 }
</style>

background-color css

<style>
 a { background-color: #0C9FDD; }

 a { background-color: rgb(12,159,221); }

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

border-color css

<style>
 span { border-color: #0C9FDD; }

 span { border-color: rgb(12,159,221); }

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