Html Css Color HEX #099ADA Pacific Blue

📋 copy color: '#099ADA'

red 9 ◦ green 154 ◦ blue 218

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

Shades of Pacific Blue #099ADA

Tints of Pacific Blue #099ADA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.42%

 BLUE value IS 218 (85.55% from 255) = 57.22%

R = 2.36%
G = 40.42%
B = 57.22%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#099ADA (or 0x099ADA) is known color: Pacific Blue. HEX triplet: 09, 9A and DA. RGB value is (9,154,218). Sum of RGB (Red+Green+Blue) = 9+154+218=381 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #099ADA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099ADA is #F66525. Grayscale: #757575. Windows color (decimal): -16147750 or 14326281. OLE color: 14326281.

HSL color Cylindrical-coordinate representation of color #099ADA: hue angle of 198.37º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099ADA is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 154 218 -
CMYK 0.96 0.29 0 0.15
HSL 198.37º 0.92% 0.45% -
HSV(B) 198.37º 0.96% 0.85% -
XYZ 24.32 28.23 70.5 -
YUV 117.94 184.46 50.3 -
System Red Green Blue C M Y K H S L
Decimal 9 154 218 0.96 0.29 0 0.15 198.37 0.92 0.45
Hex 9 9A DA 60 1D 0 F C6 5C 2D
Octal 11 232 332 140 35 0 17 306 134 55
Binary 1001 10011010 11011010 1100000 11101 0 1111 11000110 1011100 101101

Color Harmonies of #099ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099ADA

Black with #099ADA

Text Example


Text Example

White with #099ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,154,218); }

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

background-color css

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

 a { background-color: rgb(9,154,218); }

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

border-color css

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

 span { border-color: rgb(9,154,218); }

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