Html Css Color HEX #0B93CE Pacific Blue

📋 copy color: '#0B93CE'

red 11 ◦ green 147 ◦ blue 206

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

Shades of Pacific Blue #0B93CE

Tints of Pacific Blue #0B93CE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.38%

 BLUE value IS 206 (80.86% from 255) = 56.59%

R = 3.02%
G = 40.38%
B = 56.59%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0B93CE (or 0x0B93CE) is known color: Pacific Blue. HEX triplet: 0B, 93 and CE. RGB value is (11,147,206). Sum of RGB (Red+Green+Blue) = 11+147+206=364 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.02% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #0B93CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B93CE is #F46C31. Grayscale: #707070. Windows color (decimal): -16018482 or 13538059. OLE color: 13538059.

HSL color Cylindrical-coordinate representation of color #0B93CE: hue angle of 198.15º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B93CE is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 11 147 206 -
CMYK 0.95 0.29 0 0.19
HSL 198.15º 0.9% 0.43% -
HSV(B) 198.15º 0.95% 0.81% -
XYZ 21.71 25.39 62.15 -
YUV 113.06 180.44 55.2 -
System Red Green Blue C M Y K H S L
Decimal 11 147 206 0.95 0.29 0 0.19 198.15 0.9 0.43
Hex B 93 CE 5F 1D 0 13 C6 5A 2B
Octal 13 223 316 137 35 0 23 306 132 53
Binary 1011 10010011 11001110 1011111 11101 0 10011 11000110 1011010 101011

Color Harmonies of #0B93CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B93CE

Black with #0B93CE

Text Example


Text Example

White with #0B93CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,147,206); }

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

background-color css

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

 a { background-color: rgb(11,147,206); }

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

border-color css

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

 span { border-color: rgb(11,147,206); }

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