Html Css Color HEX #0D9CBE Pacific Blue

📋 copy color: '#0D9CBE'

red 13 ◦ green 156 ◦ blue 190

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

Shades of Pacific Blue #0D9CBE

Tints of Pacific Blue #0D9CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.92%

R = 3.62%
G = 43.45%
B = 52.92%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0D9CBE (or 0x0D9CBE) is known color: Pacific Blue. HEX triplet: 0D, 9C and BE. RGB value is (13,156,190). Sum of RGB (Red+Green+Blue) = 13+156+190=359 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.62% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #0D9CBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D9CBE is #F26341. Grayscale: #747474. Windows color (decimal): -15885122 or 12491789. OLE color: 12491789.

HSL color Cylindrical-coordinate representation of color #0D9CBE: hue angle of 191.53º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D9CBE is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 156 190 -
CMYK 0.93 0.18 0 0.25
HSL 191.53º 0.87% 0.4% -
HSV(B) 191.53º 0.93% 0.75% -
XYZ 21.35 27.58 52.91 -
YUV 117.12 169.12 53.74 -
System Red Green Blue C M Y K H S L
Decimal 13 156 190 0.93 0.18 0 0.25 191.53 0.87 0.4
Hex D 9C BE 5D 12 0 19 C0 57 28
Octal 15 234 276 135 22 0 31 300 127 50
Binary 1101 10011100 10111110 1011101 10010 0 11001 11000000 1010111 101000

Color Harmonies of #0D9CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9CBE

Black with #0D9CBE

Text Example


Text Example

White with #0D9CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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