Html Css Color HEX #098CDD Pacific Blue

📋 copy color: '#098CDD'

red 9 ◦ green 140 ◦ blue 221

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

Shades of Pacific Blue #098CDD

Tints of Pacific Blue #098CDD

RGB

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

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

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

R = 2.43%
G = 37.84%
B = 59.73%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#098CDD (or 0x098CDD) is known color: Pacific Blue. HEX triplet: 09, 8C and DD. RGB value is (9,140,221). Sum of RGB (Red+Green+Blue) = 9+140+221=370 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #098CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098CDD is #F67322. Grayscale: #6D6D6D. Windows color (decimal): -16151331 or 14519305. OLE color: 14519305.

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

Color convert

RGB 9 140 221 -
CMYK 0.96 0.37 0 0.13
HSL 202.92º 0.92% 0.45% -
HSV(B) 202.92º 0.96% 0.87% -
XYZ 22.54 24.03 71.86 -
YUV 110.07 190.6 55.91 -
System Red Green Blue C M Y K H S L
Decimal 9 140 221 0.96 0.37 0 0.13 202.92 0.92 0.45
Hex 9 8C DD 60 25 0 D CB 5C 2D
Octal 11 214 335 140 45 0 15 313 134 55
Binary 1001 10001100 11011101 1100000 100101 0 1101 11001011 1011100 101101

Color Harmonies of #098CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098CDD

Black with #098CDD

Text Example


Text Example

White with #098CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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