Html Css Color HEX #098CDF Pacific Blue

📋 copy color: '#098CDF'

red 9 ◦ green 140 ◦ blue 223

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

Shades of Pacific Blue #098CDF

Tints of Pacific Blue #098CDF

RGB

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

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

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

R = 2.42%
G = 37.63%
B = 59.95%

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

#098CDF (or 0x098CDF) is known color: Pacific Blue. HEX triplet: 09, 8C and DF. RGB value is (9,140,223). Sum of RGB (Red+Green+Blue) = 9+140+223=372 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.42% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #098CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098CDF is #F67320. Grayscale: #6D6D6D. Windows color (decimal): -16151329 or 14650377. OLE color: 14650377.

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

Color convert

RGB 9 140 223 -
CMYK 0.96 0.37 0 0.13
HSL 203.27º 0.92% 0.45% -
HSV(B) 203.27º 0.96% 0.87% -
XYZ 22.81 24.14 73.27 -
YUV 110.29 191.6 55.75 -
System Red Green Blue C M Y K H S L
Decimal 9 140 223 0.96 0.37 0 0.13 203.27 0.92 0.45
Hex 9 8C DF 60 25 0 D CB 5C 2D
Octal 11 214 337 140 45 0 15 313 134 55
Binary 1001 10001100 11011111 1100000 100101 0 1101 11001011 1011100 101101

Color Harmonies of #098CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098CDF

Black with #098CDF

Text Example


Text Example

White with #098CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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