Html Css Color HEX #099BCE Pacific Blue

📋 copy color: '#099BCE'

red 9 ◦ green 155 ◦ blue 206

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

Shades of Pacific Blue #099BCE

Tints of Pacific Blue #099BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.68%

R = 2.43%
G = 41.89%
B = 55.68%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#099BCE (or 0x099BCE) is known color: Pacific Blue. HEX triplet: 09, 9B and CE. RGB value is (9,155,206). Sum of RGB (Red+Green+Blue) = 9+155+206=370 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #099BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099BCE is #F66431. Grayscale: #747474. Windows color (decimal): -16147506 or 13540105. OLE color: 13540105.

HSL color Cylindrical-coordinate representation of color #099BCE: hue angle of 195.53º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099BCE is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 155 206 -
CMYK 0.96 0.25 0 0.19
HSL 195.53º 0.92% 0.42% -
HSV(B) 195.53º 0.96% 0.81% -
XYZ 22.97 27.96 62.58 -
YUV 117.16 178.13 50.85 -
System Red Green Blue C M Y K H S L
Decimal 9 155 206 0.96 0.25 0 0.19 195.53 0.92 0.42
Hex 9 9B CE 60 19 0 13 C4 5C 2A
Octal 11 233 316 140 31 0 23 304 134 52
Binary 1001 10011011 11001110 1100000 11001 0 10011 11000100 1011100 101010

Color Harmonies of #099BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099BCE

Black with #099BCE

Text Example


Text Example

White with #099BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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