Html Css Color HEX #098CCD Pacific Blue

📋 copy color: '#098CCD'

red 9 ◦ green 140 ◦ blue 205

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

Shades of Pacific Blue #098CCD

Tints of Pacific Blue #098CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.55%

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

R = 2.54%
G = 39.55%
B = 57.91%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#098CCD (or 0x098CCD) is known color: Pacific Blue. HEX triplet: 09, 8C and CD. RGB value is (9,140,205). Sum of RGB (Red+Green+Blue) = 9+140+205=354 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #098CCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098CCD is #F67332. Grayscale: #6B6B6B. Windows color (decimal): -16151347 or 13470729. OLE color: 13470729.

HSL color Cylindrical-coordinate representation of color #098CCD: hue angle of 199.9º 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 #098CCD is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 140 205 -
CMYK 0.96 0.32 0 0.20
HSL 199.9º 0.92% 0.42% -
HSV(B) 199.9º 0.96% 0.8% -
XYZ 20.51 23.22 61.16 -
YUV 108.24 182.6 57.21 -
System Red Green Blue C M Y K H S L
Decimal 9 140 205 0.96 0.32 0 0.20 199.9 0.92 0.42
Hex 9 8C CD 60 20 0 14 C8 5C 2A
Octal 11 214 315 140 40 0 24 310 134 52
Binary 1001 10001100 11001101 1100000 100000 0 10100 11001000 1011100 101010

Color Harmonies of #098CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098CCD

Black with #098CCD

Text Example


Text Example

White with #098CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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