Html Css Color HEX #0999D8 Pacific Blue

📋 copy color: '#0999D8'

red 9 ◦ green 153 ◦ blue 216

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

Shades of Pacific Blue #0999D8

Tints of Pacific Blue #0999D8

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.48%

 BLUE value IS 216 (84.77% from 255) = 57.14%

R = 2.38%
G = 40.48%
B = 57.14%

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

#0999D8 (or 0x0999D8) is known color: Pacific Blue. HEX triplet: 09, 99 and D8. RGB value is (9,153,216). Sum of RGB (Red+Green+Blue) = 9+153+216=378 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.38% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 216 (84.77% from 255 or 57.14% from 378); Max value from RGB is 216 - color contains mainly: blue. Hex color #0999D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0999D8 is #F66627. Grayscale: #747474. Windows color (decimal): -16148008 or 14194953. OLE color: 14194953.

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

Color convert

RGB 9 153 216 -
CMYK 0.96 0.29 0 0.15
HSL 198.26º 0.92% 0.44% -
HSV(B) 198.26º 0.96% 0.85% -
XYZ 23.9 27.8 69.07 -
YUV 117.13 183.79 50.88 -
System Red Green Blue C M Y K H S L
Decimal 9 153 216 0.96 0.29 0 0.15 198.26 0.92 0.44
Hex 9 99 D8 60 1D 0 F C6 5C 2C
Octal 11 231 330 140 35 0 17 306 134 54
Binary 1001 10011001 11011000 1100000 11101 0 1111 11000110 1011100 101100

Color Harmonies of #0999D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0999D8

Black with #0999D8

Text Example


Text Example

White with #0999D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0999D8; }

 p { color: rgb(9,153,216); }

 H1.HeaderClassName
 {
   color: #0999D8;
 }
 .AnyTagClassName
 {
   color: #0999D8;
 }
</style>

background-color css

<style>
 a { background-color: #0999D8; }

 a { background-color: rgb(9,153,216); }

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

border-color css

<style>
 span { border-color: #0999D8; }

 span { border-color: rgb(9,153,216); }

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