Html Css Color HEX #0C96CA Pacific Blue

📋 copy color: '#0C96CA'

red 12 ◦ green 150 ◦ blue 202

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

Shades of Pacific Blue #0C96CA

Tints of Pacific Blue #0C96CA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.21%

 BLUE value IS 202 (79.3% from 255) = 55.49%

R = 3.3%
G = 41.21%
B = 55.49%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0C96CA (or 0x0C96CA) is known color: Pacific Blue. HEX triplet: 0C, 96 and CA. RGB value is (12,150,202). Sum of RGB (Red+Green+Blue) = 12+150+202=364 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.30% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C96CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C96CA is #F36935. Grayscale: #727272. Windows color (decimal): -15952182 or 13276684. OLE color: 13276684.

HSL color Cylindrical-coordinate representation of color #0C96CA: hue angle of 196.42º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C96CA is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 12 150 202 -
CMYK 0.94 0.26 0 0.21
HSL 196.42º 0.89% 0.42% -
HSV(B) 196.42º 0.94% 0.79% -
XYZ 21.72 26.16 59.78 -
YUV 114.67 177.28 54.77 -
System Red Green Blue C M Y K H S L
Decimal 12 150 202 0.94 0.26 0 0.21 196.42 0.89 0.42
Hex C 96 CA 5E 1A 0 15 C4 59 2A
Octal 14 226 312 136 32 0 25 304 131 52
Binary 1100 10010110 11001010 1011110 11010 0 10101 11000100 1011001 101010

Color Harmonies of #0C96CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C96CA

Black with #0C96CA

Text Example


Text Example

White with #0C96CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,150,202); }

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

background-color css

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

 a { background-color: rgb(12,150,202); }

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

border-color css

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

 span { border-color: rgb(12,150,202); }

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