Html Css Color HEX #0B96DE Pacific Blue

📋 copy color: '#0B96DE'

red 11 ◦ green 150 ◦ blue 222

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

Shades of Pacific Blue #0B96DE

Tints of Pacific Blue #0B96DE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.16%

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

R = 2.87%
G = 39.16%
B = 57.96%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0B96DE (or 0x0B96DE) is known color: Pacific Blue. HEX triplet: 0B, 96 and DE. RGB value is (11,150,222). Sum of RGB (Red+Green+Blue) = 11+150+222=383 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.87% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #0B96DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B96DE is #F46921. Grayscale: #747474. Windows color (decimal): -16017698 or 14587403. OLE color: 14587403.

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

Color convert

RGB 11 150 222 -
CMYK 0.95 0.32 0 0.13
HSL 200.47º 0.91% 0.46% -
HSV(B) 200.47º 0.95% 0.87% -
XYZ 24.23 27.16 73.07 -
YUV 116.65 187.45 52.65 -
System Red Green Blue C M Y K H S L
Decimal 11 150 222 0.95 0.32 0 0.13 200.47 0.91 0.46
Hex B 96 DE 5F 20 0 D C8 5B 2E
Octal 13 226 336 137 40 0 15 310 133 56
Binary 1011 10010110 11011110 1011111 100000 0 1101 11001000 1011011 101110

Color Harmonies of #0B96DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B96DE

Black with #0B96DE

Text Example


Text Example

White with #0B96DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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