Html Css Color HEX #0C88CA Pacific Blue

📋 copy color: '#0C88CA'

red 12 ◦ green 136 ◦ blue 202

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

Shades of Pacific Blue #0C88CA

Tints of Pacific Blue #0C88CA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.86%

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

R = 3.43%
G = 38.86%
B = 57.71%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0C88CA (or 0x0C88CA) is known color: Pacific Blue. HEX triplet: 0C, 88 and CA. RGB value is (12,136,202). Sum of RGB (Red+Green+Blue) = 12+136+202=350 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.43% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C88CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C88CA is #F37735. Grayscale: #6A6A6A. Windows color (decimal): -15955766 or 13273100. OLE color: 13273100.

HSL color Cylindrical-coordinate representation of color #0C88CA: hue angle of 200.84º 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 #0C88CA is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 12 136 202 -
CMYK 0.94 0.33 0 0.21
HSL 200.84º 0.89% 0.42% -
HSV(B) 200.84º 0.94% 0.79% -
XYZ 19.62 21.95 59.08 -
YUV 106.45 181.92 60.63 -
System Red Green Blue C M Y K H S L
Decimal 12 136 202 0.94 0.33 0 0.21 200.84 0.89 0.42
Hex C 88 CA 5E 21 0 15 C9 59 2A
Octal 14 210 312 136 41 0 25 311 131 52
Binary 1100 10001000 11001010 1011110 100001 0 10101 11001001 1011001 101010

Color Harmonies of #0C88CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C88CA

Black with #0C88CA

Text Example


Text Example

White with #0C88CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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