Html Css Color HEX #0D9CCA Pacific Blue

📋 copy color: '#0D9CCA'

red 13 ◦ green 156 ◦ blue 202

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

Shades of Pacific Blue #0D9CCA

Tints of Pacific Blue #0D9CCA

RGB

 RED value IS 13 (5.47% from 255) = 3.5%

 GREEN value IS 156 (61.33% from 255) = 42.05%

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

R = 3.5%
G = 42.05%
B = 54.45%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0D9CCA (or 0x0D9CCA) is known color: Pacific Blue. HEX triplet: 0D, 9C and CA. RGB value is (13,156,202). Sum of RGB (Red+Green+Blue) = 13+156+202=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #0D9CCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D9CCA is #F26335. Grayscale: #767676. Windows color (decimal): -15885110 or 13278221. OLE color: 13278221.

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

Color convert

RGB 13 156 202 -
CMYK 0.94 0.23 0 0.21
HSL 194.6º 0.88% 0.42% -
HSV(B) 194.6º 0.94% 0.79% -
XYZ 22.72 28.13 60.11 -
YUV 118.49 175.12 52.76 -
System Red Green Blue C M Y K H S L
Decimal 13 156 202 0.94 0.23 0 0.21 194.6 0.88 0.42
Hex D 9C CA 5E 17 0 15 C3 58 2A
Octal 15 234 312 136 27 0 25 303 130 52
Binary 1101 10011100 11001010 1011110 10111 0 10101 11000011 1011000 101010

Color Harmonies of #0D9CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9CCA

Black with #0D9CCA

Text Example


Text Example

White with #0D9CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,156,202); }

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

background-color css

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

 a { background-color: rgb(13,156,202); }

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

border-color css

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

 span { border-color: rgb(13,156,202); }

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