Html Css Color HEX #0D9BBC Pacific Blue

📋 copy color: '#0D9BBC'

red 13 ◦ green 155 ◦ blue 188

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

Shades of Pacific Blue #0D9BBC

Tints of Pacific Blue #0D9BBC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.54%

 BLUE value IS 188 (73.83% from 255) = 52.81%

R = 3.65%
G = 43.54%
B = 52.81%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0D9BBC (or 0x0D9BBC) is known color: Pacific Blue. HEX triplet: 0D, 9B and BC. RGB value is (13,155,188). Sum of RGB (Red+Green+Blue) = 13+155+188=356 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.65% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #0D9BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D9BBC is #F26443. Grayscale: #747474. Windows color (decimal): -15885380 or 12360461. OLE color: 12360461.

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

Color convert

RGB 13 155 188 -
CMYK 0.93 0.18 0 0.26
HSL 191.31º 0.87% 0.39% -
HSV(B) 191.31º 0.93% 0.74% -
XYZ 20.96 27.16 51.71 -
YUV 116.3 168.46 54.32 -
System Red Green Blue C M Y K H S L
Decimal 13 155 188 0.93 0.18 0 0.26 191.31 0.87 0.39
Hex D 9B BC 5D 12 0 1A BF 57 27
Octal 15 233 274 135 22 0 32 277 127 47
Binary 1101 10011011 10111100 1011101 10010 0 11010 10111111 1010111 100111

Color Harmonies of #0D9BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9BBC

Black with #0D9BBC

Text Example


Text Example

White with #0D9BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,155,188); }

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

background-color css

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

 a { background-color: rgb(13,155,188); }

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

border-color css

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

 span { border-color: rgb(13,155,188); }

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