Html Css Color HEX #0C88CB Pacific Blue

📋 copy color: '#0C88CB'

red 12 ◦ green 136 ◦ blue 203

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

Shades of Pacific Blue #0C88CB

Tints of Pacific Blue #0C88CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 57.83%

R = 3.42%
G = 38.75%
B = 57.83%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0C88CB (or 0x0C88CB) is known color: Pacific Blue. HEX triplet: 0C, 88 and CB. RGB value is (12,136,203). Sum of RGB (Red+Green+Blue) = 12+136+203=351 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.42% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #0C88CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C88CB is #F37734. Grayscale: #6A6A6A. Windows color (decimal): -15955765 or 13338636. OLE color: 13338636.

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

Color convert

RGB 12 136 203 -
CMYK 0.94 0.33 0 0.20
HSL 201.05º 0.89% 0.42% -
HSV(B) 201.05º 0.94% 0.8% -
XYZ 19.74 22 59.71 -
YUV 106.56 182.42 60.55 -
System Red Green Blue C M Y K H S L
Decimal 12 136 203 0.94 0.33 0 0.20 201.05 0.89 0.42
Hex C 88 CB 5E 21 0 14 C9 59 2A
Octal 14 210 313 136 41 0 24 311 131 52
Binary 1100 10001000 11001011 1011110 100001 0 10100 11001001 1011001 101010

Color Harmonies of #0C88CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C88CB

Black with #0C88CB

Text Example


Text Example

White with #0C88CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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