Html Css Color HEX #099BC3 Pacific Blue

📋 copy color: '#099BC3'

red 9 ◦ green 155 ◦ blue 195

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

Shades of Pacific Blue #099BC3

Tints of Pacific Blue #099BC3

RGB

 RED value IS 9 (3.91% from 255) = 2.51%

 GREEN value IS 155 (60.94% from 255) = 43.18%

 BLUE value IS 195 (76.56% from 255) = 54.32%

R = 2.51%
G = 43.18%
B = 54.32%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#099BC3 (or 0x099BC3) is known color: Pacific Blue. HEX triplet: 09, 9B and C3. RGB value is (9,155,195). Sum of RGB (Red+Green+Blue) = 9+155+195=359 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 195 (76.56% from 255 or 54.32% from 359); Max value from RGB is 195 - color contains mainly: blue. Hex color #099BC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099BC3 is #F6643C. Grayscale: #737373. Windows color (decimal): -16147517 or 12819209. OLE color: 12819209.

HSL color Cylindrical-coordinate representation of color #099BC3: hue angle of 192.9º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099BC3 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 9 155 195 -
CMYK 0.95 0.21 0 0.24
HSL 192.9º 0.91% 0.4% -
HSV(B) 192.9º 0.95% 0.76% -
XYZ 21.68 27.44 55.78 -
YUV 115.91 172.63 51.75 -
System Red Green Blue C M Y K H S L
Decimal 9 155 195 0.95 0.21 0 0.24 192.9 0.91 0.4
Hex 9 9B C3 5F 15 0 18 C1 5B 28
Octal 11 233 303 137 25 0 30 301 133 50
Binary 1001 10011011 11000011 1011111 10101 0 11000 11000001 1011011 101000

Color Harmonies of #099BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099BC3

Black with #099BC3

Text Example


Text Example

White with #099BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099BC3; }

 p { color: rgb(9,155,195); }

 H1.HeaderClassName
 {
   color: #099BC3;
 }
 .AnyTagClassName
 {
   color: #099BC3;
 }
</style>

background-color css

<style>
 a { background-color: #099BC3; }

 a { background-color: rgb(9,155,195); }

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

border-color css

<style>
 span { border-color: #099BC3; }

 span { border-color: rgb(9,155,195); }

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