Html Css Color HEX #0988DF Pacific Blue

📋 copy color: '#0988DF'

red 9 ◦ green 136 ◦ blue 223

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

Shades of Pacific Blue #0988DF

Tints of Pacific Blue #0988DF

RGB

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

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

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

R = 2.45%
G = 36.96%
B = 60.6%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0988DF (or 0x0988DF) is known color: Pacific Blue. HEX triplet: 09, 88 and DF. RGB value is (9,136,223). Sum of RGB (Red+Green+Blue) = 9+136+223=368 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #0988DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0988DF is #F67720. Grayscale: #6B6B6B. Windows color (decimal): -16152353 or 14649353. OLE color: 14649353.

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

Color convert

RGB 9 136 223 -
CMYK 0.96 0.39 0 0.13
HSL 204.39º 0.92% 0.45% -
HSV(B) 204.39º 0.96% 0.87% -
XYZ 22.24 22.99 73.08 -
YUV 107.95 192.92 57.43 -
System Red Green Blue C M Y K H S L
Decimal 9 136 223 0.96 0.39 0 0.13 204.39 0.92 0.45
Hex 9 88 DF 60 27 0 D CC 5C 2D
Octal 11 210 337 140 47 0 15 314 134 55
Binary 1001 10001000 11011111 1100000 100111 0 1101 11001100 1011100 101101

Color Harmonies of #0988DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0988DF

Black with #0988DF

Text Example


Text Example

White with #0988DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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