Html Css Color HEX #098CCB Pacific Blue

📋 copy color: '#098CCB'

red 9 ◦ green 140 ◦ blue 203

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

Shades of Pacific Blue #098CCB

Tints of Pacific Blue #098CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 57.67%

R = 2.56%
G = 39.77%
B = 57.67%

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

#098CCB (or 0x098CCB) is known color: Pacific Blue. HEX triplet: 09, 8C and CB. RGB value is (9,140,203). Sum of RGB (Red+Green+Blue) = 9+140+203=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #098CCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098CCB is #F67334. Grayscale: #6B6B6B. Windows color (decimal): -16151349 or 13339657. OLE color: 13339657.

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

Color convert

RGB 9 140 203 -
CMYK 0.96 0.31 0 0.20
HSL 199.48º 0.92% 0.42% -
HSV(B) 199.48º 0.96% 0.8% -
XYZ 20.27 23.13 59.9 -
YUV 108.01 181.6 57.38 -
System Red Green Blue C M Y K H S L
Decimal 9 140 203 0.96 0.31 0 0.20 199.48 0.92 0.42
Hex 9 8C CB 60 1F 0 14 C7 5C 2A
Octal 11 214 313 140 37 0 24 307 134 52
Binary 1001 10001100 11001011 1100000 11111 0 10100 11000111 1011100 101010

Color Harmonies of #098CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098CCB

Black with #098CCB

Text Example


Text Example

White with #098CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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