Html Css Color HEX #0D98DF Pacific Blue

📋 copy color: '#0D98DF'

red 13 ◦ green 152 ◦ blue 223

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

Shades of Pacific Blue #0D98DF

Tints of Pacific Blue #0D98DF

RGB

 RED value IS 13 (5.47% from 255) = 3.35%

 GREEN value IS 152 (59.77% from 255) = 39.18%

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

R = 3.35%
G = 39.18%
B = 57.47%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0D98DF (or 0x0D98DF) is known color: Pacific Blue. HEX triplet: 0D, 98 and DF. RGB value is (13,152,223). Sum of RGB (Red+Green+Blue) = 13+152+223=388 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.35% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #0D98DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D98DF is #F26720. Grayscale: #767676. Windows color (decimal): -15886113 or 14653453. OLE color: 14653453.

HSL color Cylindrical-coordinate representation of color #0D98DF: hue angle of 200.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D98DF is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 152 223 -
CMYK 0.94 0.32 0 0.13
HSL 200.29º 0.89% 0.46% -
HSV(B) 200.29º 0.94% 0.87% -
XYZ 24.71 27.87 73.89 -
YUV 118.53 186.95 52.73 -
System Red Green Blue C M Y K H S L
Decimal 13 152 223 0.94 0.32 0 0.13 200.29 0.89 0.46
Hex D 98 DF 5E 20 0 D C8 59 2E
Octal 15 230 337 136 40 0 15 310 131 56
Binary 1101 10011000 11011111 1011110 100000 0 1101 11001000 1011001 101110

Color Harmonies of #0D98DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D98DF

Black with #0D98DF

Text Example


Text Example

White with #0D98DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D98DF; }

 p { color: rgb(13,152,223); }

 H1.HeaderClassName
 {
   color: #0D98DF;
 }
 .AnyTagClassName
 {
   color: #0D98DF;
 }
</style>

background-color css

<style>
 a { background-color: #0D98DF; }

 a { background-color: rgb(13,152,223); }

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

border-color css

<style>
 span { border-color: #0D98DF; }

 span { border-color: rgb(13,152,223); }

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