Html Css Color HEX #0B97C9 Pacific Blue

📋 copy color: '#0B97C9'

red 11 ◦ green 151 ◦ blue 201

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

Shades of Pacific Blue #0B97C9

Tints of Pacific Blue #0B97C9

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.6%

 BLUE value IS 201 (78.91% from 255) = 55.37%

R = 3.03%
G = 41.6%
B = 55.37%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0B97C9 (or 0x0B97C9) is known color: Pacific Blue. HEX triplet: 0B, 97 and C9. RGB value is (11,151,201). Sum of RGB (Red+Green+Blue) = 11+151+201=363 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.03% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 201 (78.91% from 255 or 55.37% from 363); Max value from RGB is 201 - color contains mainly: blue. Hex color #0B97C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B97C9 is #F46836. Grayscale: #727272. Windows color (decimal): -16017463 or 13211403. OLE color: 13211403.

HSL color Cylindrical-coordinate representation of color #0B97C9: hue angle of 195.79º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B97C9 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 11 151 201 -
CMYK 0.95 0.25 0 0.21
HSL 195.79º 0.9% 0.42% -
HSV(B) 195.79º 0.95% 0.79% -
XYZ 21.75 26.42 59.21 -
YUV 114.84 176.62 53.93 -
System Red Green Blue C M Y K H S L
Decimal 11 151 201 0.95 0.25 0 0.21 195.79 0.9 0.42
Hex B 97 C9 5F 19 0 15 C4 5A 2A
Octal 13 227 311 137 31 0 25 304 132 52
Binary 1011 10010111 11001001 1011111 11001 0 10101 11000100 1011010 101010

Color Harmonies of #0B97C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B97C9

Black with #0B97C9

Text Example


Text Example

White with #0B97C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,151,201); }

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

background-color css

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

 a { background-color: rgb(11,151,201); }

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

border-color css

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

 span { border-color: rgb(11,151,201); }

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