Html Css Color HEX #0C88CC Pacific Blue

📋 copy color: '#0C88CC'

red 12 ◦ green 136 ◦ blue 204

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

Shades of Pacific Blue #0C88CC

Tints of Pacific Blue #0C88CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.95%

R = 3.41%
G = 38.64%
B = 57.95%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0C88CC (or 0x0C88CC) is known color: Pacific Blue. HEX triplet: 0C, 88 and CC. RGB value is (12,136,204). Sum of RGB (Red+Green+Blue) = 12+136+204=352 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.41% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C88CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C88CC is #F37733. Grayscale: #6A6A6A. Windows color (decimal): -15955764 or 13404172. OLE color: 13404172.

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

Color convert

RGB 12 136 204 -
CMYK 0.94 0.33 0 0.2
HSL 201.25º 0.89% 0.42% -
HSV(B) 201.25º 0.94% 0.8% -
XYZ 19.85 22.05 60.34 -
YUV 106.68 182.92 60.47 -
System Red Green Blue C M Y K H S L
Decimal 12 136 204 0.94 0.33 0 0.2 201.25 0.89 0.42
Hex C 88 CC 5E 21 0 14 C9 59 2A
Octal 14 210 314 136 41 0 24 311 131 52
Binary 1100 10001000 11001100 1011110 100001 0 10100 11001001 1011001 101010

Color Harmonies of #0C88CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C88CC

Black with #0C88CC

Text Example


Text Example

White with #0C88CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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