Html Css Color HEX #0988DE Pacific Blue

📋 copy color: '#0988DE'

red 9 ◦ green 136 ◦ blue 222

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

Shades of Pacific Blue #0988DE

Tints of Pacific Blue #0988DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.49%

R = 2.45%
G = 37.06%
B = 60.49%

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

#0988DE (or 0x0988DE) is known color: Pacific Blue. HEX triplet: 09, 88 and DE. RGB value is (9,136,222). Sum of RGB (Red+Green+Blue) = 9+136+222=367 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 222 (87.11% from 255 or 60.49% from 367); Max value from RGB is 222 - color contains mainly: blue. Hex color #0988DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0988DE is #F67721. Grayscale: #6B6B6B. Windows color (decimal): -16152354 or 14583817. OLE color: 14583817.

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

Color convert

RGB 9 136 222 -
CMYK 0.96 0.39 0 0.13
HSL 204.23º 0.92% 0.45% -
HSV(B) 204.23º 0.96% 0.87% -
XYZ 22.1 22.94 72.37 -
YUV 107.83 192.42 57.51 -
System Red Green Blue C M Y K H S L
Decimal 9 136 222 0.96 0.39 0 0.13 204.23 0.92 0.45
Hex 9 88 DE 60 27 0 D CC 5C 2D
Octal 11 210 336 140 47 0 15 314 134 55
Binary 1001 10001000 11011110 1100000 100111 0 1101 11001100 1011100 101101

Color Harmonies of #0988DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0988DE

Black with #0988DE

Text Example


Text Example

White with #0988DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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