Html Css Color HEX #099DCB Pacific Blue

📋 copy color: '#099DCB'

red 9 ◦ green 157 ◦ blue 203

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

Shades of Pacific Blue #099DCB

Tints of Pacific Blue #099DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.55%

 BLUE value IS 203 (79.69% from 255) = 55.01%

R = 2.44%
G = 42.55%
B = 55.01%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#099DCB (or 0x099DCB) is known color: Pacific Blue. HEX triplet: 09, 9D and CB. RGB value is (9,157,203). Sum of RGB (Red+Green+Blue) = 9+157+203=369 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.44% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #099DCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099DCB is #F66234. Grayscale: #757575. Windows color (decimal): -16146997 or 13344009. OLE color: 13344009.

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

Color convert

RGB 9 157 203 -
CMYK 0.96 0.23 0 0.20
HSL 194.23º 0.92% 0.42% -
HSV(B) 194.23º 0.96% 0.8% -
XYZ 22.95 28.48 60.79 -
YUV 117.99 175.97 50.26 -
System Red Green Blue C M Y K H S L
Decimal 9 157 203 0.96 0.23 0 0.20 194.23 0.92 0.42
Hex 9 9D CB 60 17 0 14 C2 5C 2A
Octal 11 235 313 140 27 0 24 302 134 52
Binary 1001 10011101 11001011 1100000 10111 0 10100 11000010 1011100 101010

Color Harmonies of #099DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099DCB

Black with #099DCB

Text Example


Text Example

White with #099DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,157,203); }

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

background-color css

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

 a { background-color: rgb(9,157,203); }

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

border-color css

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

 span { border-color: rgb(9,157,203); }

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