Html Css Color HEX #099DC4 Pacific Blue

📋 copy color: '#099DC4'

red 9 ◦ green 157 ◦ blue 196

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

Shades of Pacific Blue #099DC4

Tints of Pacific Blue #099DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 54.14%

R = 2.49%
G = 43.37%
B = 54.14%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#099DC4 (or 0x099DC4) is known color: Pacific Blue. HEX triplet: 09, 9D and C4. RGB value is (9,157,196). Sum of RGB (Red+Green+Blue) = 9+157+196=362 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 196 (76.95% from 255 or 54.14% from 362); Max value from RGB is 196 - color contains mainly: blue. Hex color #099DC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099DC4 is #F6623B. Grayscale: #747474. Windows color (decimal): -16147004 or 12885257. OLE color: 12885257.

HSL color Cylindrical-coordinate representation of color #099DC4: hue angle of 192.51º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099DC4 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 9 157 196 -
CMYK 0.95 0.20 0 0.23
HSL 192.51º 0.91% 0.4% -
HSV(B) 192.51º 0.95% 0.77% -
XYZ 22.13 28.16 56.49 -
YUV 117.19 172.47 50.83 -
System Red Green Blue C M Y K H S L
Decimal 9 157 196 0.95 0.20 0 0.23 192.51 0.91 0.4
Hex 9 9D C4 5F 14 0 17 C1 5B 28
Octal 11 235 304 137 24 0 27 301 133 50
Binary 1001 10011101 11000100 1011111 10100 0 10111 11000001 1011011 101000

Color Harmonies of #099DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099DC4

Black with #099DC4

Text Example


Text Example

White with #099DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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