Html Css Color HEX #0B9DDE Pacific Blue

📋 copy color: '#0B9DDE'

red 11 ◦ green 157 ◦ blue 222

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

Shades of Pacific Blue #0B9DDE

Tints of Pacific Blue #0B9DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.92%

R = 2.82%
G = 40.26%
B = 56.92%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0B9DDE (or 0x0B9DDE) is known color: Pacific Blue. HEX triplet: 0B, 9D and DE. RGB value is (11,157,222). Sum of RGB (Red+Green+Blue) = 11+157+222=390 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.82% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 222 (87.11% from 255 or 56.92% from 390); Max value from RGB is 222 - color contains mainly: blue. Hex color #0B9DDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B9DDE is #F46221. Grayscale: #787878. Windows color (decimal): -16015906 or 14589195. OLE color: 14589195.

HSL color Cylindrical-coordinate representation of color #0B9DDE: hue angle of 198.48º 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 #0B9DDE is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 157 222 -
CMYK 0.95 0.29 0 0.13
HSL 198.48º 0.91% 0.46% -
HSV(B) 198.48º 0.95% 0.87% -
XYZ 25.38 29.46 73.46 -
YUV 120.76 185.13 49.71 -
System Red Green Blue C M Y K H S L
Decimal 11 157 222 0.95 0.29 0 0.13 198.48 0.91 0.46
Hex B 9D DE 5F 1D 0 D C6 5B 2E
Octal 13 235 336 137 35 0 15 306 133 56
Binary 1011 10011101 11011110 1011111 11101 0 1101 11000110 1011011 101110

Color Harmonies of #0B9DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9DDE

Black with #0B9DDE

Text Example


Text Example

White with #0B9DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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