Html Css Color HEX #0D9CDD Pacific Blue

📋 copy color: '#0D9CDD'

red 13 ◦ green 156 ◦ blue 221

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

Shades of Pacific Blue #0D9CDD

Tints of Pacific Blue #0D9CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.67%

R = 3.33%
G = 40%
B = 56.67%

CMYK

 C value IS 0.94

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0D9CDD (or 0x0D9CDD) is known color: Pacific Blue. HEX triplet: 0D, 9C and DD. RGB value is (13,156,221). Sum of RGB (Red+Green+Blue) = 13+156+221=390 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.33% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #0D9CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D9CDD is #F26322. Grayscale: #787878. Windows color (decimal): -15885091 or 14523405. OLE color: 14523405.

HSL color Cylindrical-coordinate representation of color #0D9CDD: hue angle of 198.75º 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 #0D9CDD is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 156 221 -
CMYK 0.94 0.29 0 0.13
HSL 198.75º 0.89% 0.46% -
HSV(B) 198.75º 0.94% 0.87% -
XYZ 25.11 29.08 72.7 -
YUV 120.65 184.62 51.21 -
System Red Green Blue C M Y K H S L
Decimal 13 156 221 0.94 0.29 0 0.13 198.75 0.89 0.46
Hex D 9C DD 5E 1D 0 D C7 59 2E
Octal 15 234 335 136 35 0 15 307 131 56
Binary 1101 10011100 11011101 1011110 11101 0 1101 11000111 1011001 101110

Color Harmonies of #0D9CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9CDD

Black with #0D9CDD

Text Example


Text Example

White with #0D9CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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