Html Css Color HEX #098ECD Pacific Blue

📋 copy color: '#098ECD'

red 9 ◦ green 142 ◦ blue 205

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

Shades of Pacific Blue #098ECD

Tints of Pacific Blue #098ECD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.89%

 BLUE value IS 205 (80.47% from 255) = 57.58%

R = 2.53%
G = 39.89%
B = 57.58%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#098ECD (or 0x098ECD) is known color: Pacific Blue. HEX triplet: 09, 8E and CD. RGB value is (9,142,205). Sum of RGB (Red+Green+Blue) = 9+142+205=356 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.53% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #098ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098ECD is #F67132. Grayscale: #6D6D6D. Windows color (decimal): -16150835 or 13471241. OLE color: 13471241.

HSL color Cylindrical-coordinate representation of color #098ECD: hue angle of 199.29º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098ECD is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 142 205 -
CMYK 0.96 0.31 0 0.20
HSL 199.29º 0.92% 0.42% -
HSV(B) 199.29º 0.96% 0.8% -
XYZ 20.81 23.81 61.26 -
YUV 109.42 181.94 56.38 -
System Red Green Blue C M Y K H S L
Decimal 9 142 205 0.96 0.31 0 0.20 199.29 0.92 0.42
Hex 9 8E CD 60 1F 0 14 C7 5C 2A
Octal 11 216 315 140 37 0 24 307 134 52
Binary 1001 10001110 11001101 1100000 11111 0 10100 11000111 1011100 101010

Color Harmonies of #098ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098ECD

Black with #098ECD

Text Example


Text Example

White with #098ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098ECD; }

 p { color: rgb(9,142,205); }

 H1.HeaderClassName
 {
   color: #098ECD;
 }
 .AnyTagClassName
 {
   color: #098ECD;
 }
</style>

background-color css

<style>
 a { background-color: #098ECD; }

 a { background-color: rgb(9,142,205); }

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

border-color css

<style>
 span { border-color: #098ECD; }

 span { border-color: rgb(9,142,205); }

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