Html Css Color HEX #0CA2DB Pacific Blue

📋 copy color: '#0CA2DB'

red 12 ◦ green 162 ◦ blue 219

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

Shades of Pacific Blue #0CA2DB

Tints of Pacific Blue #0CA2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.73%

R = 3.05%
G = 41.22%
B = 55.73%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0CA2DB (or 0x0CA2DB) is known color: Pacific Blue. HEX triplet: 0C, A2 and DB. RGB value is (12,162,219). Sum of RGB (Red+Green+Blue) = 12+162+219=393 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #0CA2DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA2DB is #F35D24. Grayscale: #7B7B7B. Windows color (decimal): -15949093 or 14393868. OLE color: 14393868.

HSL color Cylindrical-coordinate representation of color #0CA2DB: hue angle of 196.52º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CA2DB is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 162 219 -
CMYK 0.95 0.26 0 0.14
HSL 196.52º 0.9% 0.45% -
HSV(B) 196.52º 0.95% 0.86% -
XYZ 25.86 31.03 71.65 -
YUV 123.65 181.81 48.37 -
System Red Green Blue C M Y K H S L
Decimal 12 162 219 0.95 0.26 0 0.14 196.52 0.9 0.45
Hex C A2 DB 5F 1A 0 E C5 5A 2D
Octal 14 242 333 137 32 0 16 305 132 55
Binary 1100 10100010 11011011 1011111 11010 0 1110 11000101 1011010 101101

Color Harmonies of #0CA2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA2DB

Black with #0CA2DB

Text Example


Text Example

White with #0CA2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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