Html Css Color HEX #0998DC Pacific Blue

📋 copy color: '#0998DC'

red 9 ◦ green 152 ◦ blue 220

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

Shades of Pacific Blue #0998DC

Tints of Pacific Blue #0998DC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.9%

 BLUE value IS 220 (86.33% from 255) = 57.74%

R = 2.36%
G = 39.9%
B = 57.74%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0998DC (or 0x0998DC) is known color: Pacific Blue. HEX triplet: 09, 98 and DC. RGB value is (9,152,220). Sum of RGB (Red+Green+Blue) = 9+152+220=381 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #0998DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0998DC is #F66723. Grayscale: #747474. Windows color (decimal): -16148260 or 14456841. OLE color: 14456841.

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

Color convert

RGB 9 152 220 -
CMYK 0.96 0.31 0 0.14
HSL 199.34º 0.92% 0.45% -
HSV(B) 199.34º 0.96% 0.86% -
XYZ 24.26 27.68 71.77 -
YUV 117 186.12 50.97 -
System Red Green Blue C M Y K H S L
Decimal 9 152 220 0.96 0.31 0 0.14 199.34 0.92 0.45
Hex 9 98 DC 60 1F 0 E C7 5C 2D
Octal 11 230 334 140 37 0 16 307 134 55
Binary 1001 10011000 11011100 1100000 11111 0 1110 11000111 1011100 101101

Color Harmonies of #0998DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0998DC

Black with #0998DC

Text Example


Text Example

White with #0998DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0998DC; }

 p { color: rgb(9,152,220); }

 H1.HeaderClassName
 {
   color: #0998DC;
 }
 .AnyTagClassName
 {
   color: #0998DC;
 }
</style>

background-color css

<style>
 a { background-color: #0998DC; }

 a { background-color: rgb(9,152,220); }

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

border-color css

<style>
 span { border-color: #0998DC; }

 span { border-color: rgb(9,152,220); }

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