Html Css Color HEX #099BC4 Pacific Blue

📋 copy color: '#099BC4'

red 9 ◦ green 155 ◦ blue 196

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

Shades of Pacific Blue #099BC4

Tints of Pacific Blue #099BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 54.44%

R = 2.5%
G = 43.06%
B = 54.44%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#099BC4 (or 0x099BC4) is known color: Pacific Blue. HEX triplet: 09, 9B and C4. RGB value is (9,155,196). Sum of RGB (Red+Green+Blue) = 9+155+196=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 196 (76.95% from 255 or 54.44% from 360); Max value from RGB is 196 - color contains mainly: blue. Hex color #099BC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099BC4 is #F6643B. Grayscale: #737373. Windows color (decimal): -16147516 or 12884745. OLE color: 12884745.

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

Color convert

RGB 9 155 196 -
CMYK 0.95 0.21 0 0.23
HSL 193.16º 0.91% 0.4% -
HSV(B) 193.16º 0.95% 0.77% -
XYZ 21.8 27.49 56.38 -
YUV 116.02 173.13 51.67 -
System Red Green Blue C M Y K H S L
Decimal 9 155 196 0.95 0.21 0 0.23 193.16 0.91 0.4
Hex 9 9B C4 5F 15 0 17 C1 5B 28
Octal 11 233 304 137 25 0 27 301 133 50
Binary 1001 10011011 11000100 1011111 10101 0 10111 11000001 1011011 101000

Color Harmonies of #099BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099BC4

Black with #099BC4

Text Example


Text Example

White with #099BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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