Html Css Color HEX #0CA2DD Pacific Blue

📋 copy color: '#0CA2DD'

red 12 ◦ green 162 ◦ blue 221

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

Shades of Pacific Blue #0CA2DD

Tints of Pacific Blue #0CA2DD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.01%

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

R = 3.04%
G = 41.01%
B = 55.95%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0CA2DD (or 0x0CA2DD) is known color: Pacific Blue. HEX triplet: 0C, A2 and DD. RGB value is (12,162,221). Sum of RGB (Red+Green+Blue) = 12+162+221=395 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.04% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #0CA2DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA2DD is #F35D22. Grayscale: #7B7B7B. Windows color (decimal): -15949091 or 14524940. OLE color: 14524940.

HSL color Cylindrical-coordinate representation of color #0CA2DD: hue angle of 196.94º 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 #0CA2DD is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 162 221 -
CMYK 0.95 0.27 0 0.13
HSL 196.94º 0.9% 0.46% -
HSV(B) 196.94º 0.95% 0.87% -
XYZ 26.12 31.14 73.04 -
YUV 123.88 182.81 48.2 -
System Red Green Blue C M Y K H S L
Decimal 12 162 221 0.95 0.27 0 0.13 196.94 0.9 0.46
Hex C A2 DD 5F 1B 0 D C5 5A 2E
Octal 14 242 335 137 33 0 15 305 132 56
Binary 1100 10100010 11011101 1011111 11011 0 1101 11000101 1011010 101110

Color Harmonies of #0CA2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA2DD

Black with #0CA2DD

Text Example


Text Example

White with #0CA2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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