Html Css Color HEX #099BCA Pacific Blue

📋 copy color: '#099BCA'

red 9 ◦ green 155 ◦ blue 202

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

Shades of Pacific Blue #099BCA

Tints of Pacific Blue #099BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.19%

R = 2.46%
G = 42.35%
B = 55.19%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#099BCA (or 0x099BCA) is known color: Pacific Blue. HEX triplet: 09, 9B and CA. RGB value is (9,155,202). Sum of RGB (Red+Green+Blue) = 9+155+202=366 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.46% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #099BCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099BCA is #F66435. Grayscale: #747474. Windows color (decimal): -16147510 or 13277961. OLE color: 13277961.

HSL color Cylindrical-coordinate representation of color #099BCA: hue angle of 194.61º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099BCA is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 155 202 -
CMYK 0.96 0.23 0 0.21
HSL 194.61º 0.91% 0.41% -
HSV(B) 194.61º 0.96% 0.79% -
XYZ 22.49 27.77 60.05 -
YUV 116.7 176.13 51.18 -
System Red Green Blue C M Y K H S L
Decimal 9 155 202 0.96 0.23 0 0.21 194.61 0.91 0.41
Hex 9 9B CA 60 17 0 15 C3 5B 29
Octal 11 233 312 140 27 0 25 303 133 51
Binary 1001 10011011 11001010 1100000 10111 0 10101 11000011 1011011 101001

Color Harmonies of #099BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099BCA

Black with #099BCA

Text Example


Text Example

White with #099BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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