Html Css Color HEX #0B9DDF Pacific Blue

📋 copy color: '#0B9DDF'

red 11 ◦ green 157 ◦ blue 223

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

Shades of Pacific Blue #0B9DDF

Tints of Pacific Blue #0B9DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.15%

 BLUE value IS 223 (87.5% from 255) = 57.03%

R = 2.81%
G = 40.15%
B = 57.03%

CMYK

 C value IS 0.95

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0B9DDF (or 0x0B9DDF) is known color: Pacific Blue. HEX triplet: 0B, 9D and DF. RGB value is (11,157,223). Sum of RGB (Red+Green+Blue) = 11+157+223=391 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.81% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #0B9DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B9DDF is #F46220. Grayscale: #787878. Windows color (decimal): -16015905 or 14654731. OLE color: 14654731.

HSL color Cylindrical-coordinate representation of color #0B9DDF: hue angle of 198.68º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B9DDF is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 157 223 -
CMYK 0.95 0.30 0 0.13
HSL 198.68º 0.91% 0.46% -
HSV(B) 198.68º 0.95% 0.87% -
XYZ 25.51 29.51 74.16 -
YUV 120.87 185.63 49.63 -
System Red Green Blue C M Y K H S L
Decimal 11 157 223 0.95 0.30 0 0.13 198.68 0.91 0.46
Hex B 9D DF 5F 1E 0 D C7 5B 2E
Octal 13 235 337 137 36 0 15 307 133 56
Binary 1011 10011101 11011111 1011111 11110 0 1101 11000111 1011011 101110

Color Harmonies of #0B9DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9DDF

Black with #0B9DDF

Text Example


Text Example

White with #0B9DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,157,223); }

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

background-color css

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

 a { background-color: rgb(11,157,223); }

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

border-color css

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

 span { border-color: rgb(11,157,223); }

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