Html Css Color HEX #0999DF Pacific Blue

📋 copy color: '#0999DF'

red 9 ◦ green 153 ◦ blue 223

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

Shades of Pacific Blue #0999DF

Tints of Pacific Blue #0999DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.92%

R = 2.34%
G = 39.74%
B = 57.92%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0999DF (or 0x0999DF) is known color: Pacific Blue. HEX triplet: 09, 99 and DF. RGB value is (9,153,223). Sum of RGB (Red+Green+Blue) = 9+153+223=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #0999DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0999DF is #F66620. Grayscale: #757575. Windows color (decimal): -16148001 or 14653705. OLE color: 14653705.

HSL color Cylindrical-coordinate representation of color #0999DF: hue angle of 199.63º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0999DF is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 153 223 -
CMYK 0.96 0.31 0 0.13
HSL 199.63º 0.92% 0.45% -
HSV(B) 199.63º 0.96% 0.87% -
XYZ 24.82 28.17 73.94 -
YUV 117.92 187.29 50.31 -
System Red Green Blue C M Y K H S L
Decimal 9 153 223 0.96 0.31 0 0.13 199.63 0.92 0.45
Hex 9 99 DF 60 1F 0 D C8 5C 2D
Octal 11 231 337 140 37 0 15 310 134 55
Binary 1001 10011001 11011111 1100000 11111 0 1101 11001000 1011100 101101

Color Harmonies of #0999DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0999DF

Black with #0999DF

Text Example


Text Example

White with #0999DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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