Html Css Color HEX #099BE1 Pacific Blue

📋 copy color: '#099BE1'

red 9 ◦ green 155 ◦ blue 225

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

Shades of Pacific Blue #099BE1

Tints of Pacific Blue #099BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 57.84%

R = 2.31%
G = 39.85%
B = 57.84%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#099BE1 (or 0x099BE1) is known color: Pacific Blue. HEX triplet: 09, 9B and E1. RGB value is (9,155,225). Sum of RGB (Red+Green+Blue) = 9+155+225=389 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 225 (88.28% from 255 or 57.84% from 389); Max value from RGB is 225 - color contains mainly: blue. Hex color #099BE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099BE1 is #F6641E. Grayscale: #767676. Windows color (decimal): -16147487 or 14785289. OLE color: 14785289.

HSL color Cylindrical-coordinate representation of color #099BE1: hue angle of 199.44º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099BE1 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 9 155 225 -
CMYK 0.96 0.31 0 0.12
HSL 199.44º 0.92% 0.46% -
HSV(B) 199.44º 0.96% 0.88% -
XYZ 25.42 28.94 75.48 -
YUV 119.33 187.63 49.31 -
System Red Green Blue C M Y K H S L
Decimal 9 155 225 0.96 0.31 0 0.12 199.44 0.92 0.46
Hex 9 9B E1 60 1F 0 C C7 5C 2E
Octal 11 233 341 140 37 0 14 307 134 56
Binary 1001 10011011 11100001 1100000 11111 0 1100 11000111 1011100 101110

Color Harmonies of #099BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099BE1

Black with #099BE1

Text Example


Text Example

White with #099BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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