Html Css Color HEX #0D9CE2 Pacific Blue

📋 copy color: '#0D9CE2'

red 13 ◦ green 156 ◦ blue 226

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

Shades of Pacific Blue #0D9CE2

Tints of Pacific Blue #0D9CE2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.49%

 BLUE value IS 226 (88.67% from 255) = 57.22%

R = 3.29%
G = 39.49%
B = 57.22%

CMYK

 C value IS 0.94

 M value IS 0.31

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0D9CE2 (or 0x0D9CE2) is known color: Pacific Blue. HEX triplet: 0D, 9C and E2. RGB value is (13,156,226). Sum of RGB (Red+Green+Blue) = 13+156+226=395 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.29% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 226 (88.67% from 255 or 57.22% from 395); Max value from RGB is 226 - color contains mainly: blue. Hex color #0D9CE2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D9CE2 is #F2631D. Grayscale: #787878. Windows color (decimal): -15885086 or 14851085. OLE color: 14851085.

HSL color Cylindrical-coordinate representation of color #0D9CE2: hue angle of 199.72º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D9CE2 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 13 156 226 -
CMYK 0.94 0.31 0 0.11
HSL 199.72º 0.89% 0.47% -
HSV(B) 199.72º 0.94% 0.89% -
XYZ 25.78 29.35 76.26 -
YUV 121.22 187.12 50.81 -
System Red Green Blue C M Y K H S L
Decimal 13 156 226 0.94 0.31 0 0.11 199.72 0.89 0.47
Hex D 9C E2 5E 1F 0 B C8 59 2F
Octal 15 234 342 136 37 0 13 310 131 57
Binary 1101 10011100 11100010 1011110 11111 0 1011 11001000 1011001 101111

Color Harmonies of #0D9CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9CE2

Black with #0D9CE2

Text Example


Text Example

White with #0D9CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,156,226); }

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

background-color css

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

 a { background-color: rgb(13,156,226); }

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

border-color css

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

 span { border-color: rgb(13,156,226); }

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