Html Css Color HEX #0B9CDA Pacific Blue

📋 copy color: '#0B9CDA'

red 11 ◦ green 156 ◦ blue 218

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

Shades of Pacific Blue #0B9CDA

Tints of Pacific Blue #0B9CDA

RGB

 RED value IS 11 (4.69% from 255) = 2.86%

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

 BLUE value IS 218 (85.55% from 255) = 56.62%

R = 2.86%
G = 40.52%
B = 56.62%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0B9CDA (or 0x0B9CDA) is known color: Pacific Blue. HEX triplet: 0B, 9C and DA. RGB value is (11,156,218). Sum of RGB (Red+Green+Blue) = 11+156+218=385 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #0B9CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B9CDA is #F46325. Grayscale: #777777. Windows color (decimal): -16016166 or 14326795. OLE color: 14326795.

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

Color convert

RGB 11 156 218 -
CMYK 0.95 0.28 0 0.15
HSL 197.97º 0.9% 0.45% -
HSV(B) 197.97º 0.95% 0.85% -
XYZ 24.68 28.91 70.61 -
YUV 119.71 183.46 50.46 -
System Red Green Blue C M Y K H S L
Decimal 11 156 218 0.95 0.28 0 0.15 197.97 0.9 0.45
Hex B 9C DA 5F 1C 0 F C6 5A 2D
Octal 13 234 332 137 34 0 17 306 132 55
Binary 1011 10011100 11011010 1011111 11100 0 1111 11000110 1011010 101101

Color Harmonies of #0B9CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9CDA

Black with #0B9CDA

Text Example


Text Example

White with #0B9CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,156,218); }

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

background-color css

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

 a { background-color: rgb(11,156,218); }

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

border-color css

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

 span { border-color: rgb(11,156,218); }

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