Html Css Color HEX #099CCB Pacific Blue

📋 copy color: '#099CCB'

red 9 ◦ green 156 ◦ blue 203

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

Shades of Pacific Blue #099CCB

Tints of Pacific Blue #099CCB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.39%

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

R = 2.45%
G = 42.39%
B = 55.16%

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

#099CCB (or 0x099CCB) is known color: Pacific Blue. HEX triplet: 09, 9C and CB. RGB value is (9,156,203). Sum of RGB (Red+Green+Blue) = 9+156+203=368 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #099CCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099CCB is #F66334. Grayscale: #757575. Windows color (decimal): -16147253 or 13343753. OLE color: 13343753.

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

Color convert

RGB 9 156 203 -
CMYK 0.96 0.23 0 0.20
HSL 194.54º 0.92% 0.42% -
HSV(B) 194.54º 0.96% 0.8% -
XYZ 22.78 28.15 60.73 -
YUV 117.41 176.3 50.68 -
System Red Green Blue C M Y K H S L
Decimal 9 156 203 0.96 0.23 0 0.20 194.54 0.92 0.42
Hex 9 9C CB 60 17 0 14 C3 5C 2A
Octal 11 234 313 140 27 0 24 303 134 52
Binary 1001 10011100 11001011 1100000 10111 0 10100 11000011 1011100 101010

Color Harmonies of #099CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099CCB

Black with #099CCB

Text Example


Text Example

White with #099CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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