Html Css Color HEX #098EDA Pacific Blue

📋 copy color: '#098EDA'

red 9 ◦ green 142 ◦ blue 218

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

Shades of Pacific Blue #098EDA

Tints of Pacific Blue #098EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.08%

R = 2.44%
G = 38.48%
B = 59.08%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#098EDA (or 0x098EDA) is known color: Pacific Blue. HEX triplet: 09, 8E and DA. RGB value is (9,142,218). Sum of RGB (Red+Green+Blue) = 9+142+218=369 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.44% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #098EDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098EDA is #F67125. Grayscale: #6E6E6E. Windows color (decimal): -16150822 or 14323209. OLE color: 14323209.

HSL color Cylindrical-coordinate representation of color #098EDA: hue angle of 201.82º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098EDA is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 142 218 -
CMYK 0.96 0.35 0 0.15
HSL 201.82º 0.92% 0.45% -
HSV(B) 201.82º 0.96% 0.85% -
XYZ 22.44 24.47 69.87 -
YUV 110.9 188.44 55.32 -
System Red Green Blue C M Y K H S L
Decimal 9 142 218 0.96 0.35 0 0.15 201.82 0.92 0.45
Hex 9 8E DA 60 23 0 F CA 5C 2D
Octal 11 216 332 140 43 0 17 312 134 55
Binary 1001 10001110 11011010 1100000 100011 0 1111 11001010 1011100 101101

Color Harmonies of #098EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098EDA

Black with #098EDA

Text Example


Text Example

White with #098EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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