Html Css Color HEX #0988DD Pacific Blue

📋 copy color: '#0988DD'

red 9 ◦ green 136 ◦ blue 221

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

Shades of Pacific Blue #0988DD

Tints of Pacific Blue #0988DD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.16%

 BLUE value IS 221 (86.72% from 255) = 60.38%

R = 2.46%
G = 37.16%
B = 60.38%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0988DD (or 0x0988DD) is known color: Pacific Blue. HEX triplet: 09, 88 and DD. RGB value is (9,136,221). Sum of RGB (Red+Green+Blue) = 9+136+221=366 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.46% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #0988DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0988DD is #F67722. Grayscale: #6B6B6B. Windows color (decimal): -16152355 or 14518281. OLE color: 14518281.

HSL color Cylindrical-coordinate representation of color #0988DD: hue angle of 204.06º 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 #0988DD is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 136 221 -
CMYK 0.96 0.38 0 0.13
HSL 204.06º 0.92% 0.45% -
HSV(B) 204.06º 0.96% 0.87% -
XYZ 21.97 22.89 71.67 -
YUV 107.72 191.92 57.59 -
System Red Green Blue C M Y K H S L
Decimal 9 136 221 0.96 0.38 0 0.13 204.06 0.92 0.45
Hex 9 88 DD 60 26 0 D CC 5C 2D
Octal 11 210 335 140 46 0 15 314 134 55
Binary 1001 10001000 11011101 1100000 100110 0 1101 11001100 1011100 101101

Color Harmonies of #0988DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0988DD

Black with #0988DD

Text Example


Text Example

White with #0988DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0988DD; }

 p { color: rgb(9,136,221); }

 H1.HeaderClassName
 {
   color: #0988DD;
 }
 .AnyTagClassName
 {
   color: #0988DD;
 }
</style>

background-color css

<style>
 a { background-color: #0988DD; }

 a { background-color: rgb(9,136,221); }

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

border-color css

<style>
 span { border-color: #0988DD; }

 span { border-color: rgb(9,136,221); }

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