Html Css Color HEX #099BE0 Pacific Blue

📋 copy color: '#099BE0'

red 9 ◦ green 155 ◦ blue 224

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

Shades of Pacific Blue #099BE0

Tints of Pacific Blue #099BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 57.73%

R = 2.32%
G = 39.95%
B = 57.73%

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

#099BE0 (or 0x099BE0) is known color: Pacific Blue. HEX triplet: 09, 9B and E0. RGB value is (9,155,224). Sum of RGB (Red+Green+Blue) = 9+155+224=388 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.32% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 224 (87.89% from 255 or 57.73% from 388); Max value from RGB is 224 - color contains mainly: blue. Hex color #099BE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099BE0 is #F6641F. Grayscale: #767676. Windows color (decimal): -16147488 or 14719753. OLE color: 14719753.

HSL color Cylindrical-coordinate representation of color #099BE0: hue angle of 199.26º 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 #099BE0 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 9 155 224 -
CMYK 0.96 0.31 0 0.12
HSL 199.26º 0.92% 0.46% -
HSV(B) 199.26º 0.96% 0.88% -
XYZ 25.29 28.88 74.76 -
YUV 119.21 187.13 49.39 -
System Red Green Blue C M Y K H S L
Decimal 9 155 224 0.96 0.31 0 0.12 199.26 0.92 0.46
Hex 9 9B E0 60 1F 0 C C7 5C 2E
Octal 11 233 340 140 37 0 14 307 134 56
Binary 1001 10011011 11100000 1100000 11111 0 1100 11000111 1011100 101110

Color Harmonies of #099BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099BE0

Black with #099BE0

Text Example


Text Example

White with #099BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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