Html Css Color HEX #0DA2CE Pacific Blue

📋 copy color: '#0DA2CE'

red 13 ◦ green 162 ◦ blue 206

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

Shades of Pacific Blue #0DA2CE

Tints of Pacific Blue #0DA2CE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.52%

 BLUE value IS 206 (80.86% from 255) = 54.07%

R = 3.41%
G = 42.52%
B = 54.07%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0DA2CE (or 0x0DA2CE) is known color: Pacific Blue. HEX triplet: 0D, A2 and CE. RGB value is (13,162,206). Sum of RGB (Red+Green+Blue) = 13+162+206=381 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.41% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #0DA2CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA2CE is #F25D31. Grayscale: #7A7A7A. Windows color (decimal): -15883570 or 13541901. OLE color: 13541901.

HSL color Cylindrical-coordinate representation of color #0DA2CE: hue angle of 193.68º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DA2CE is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 162 206 -
CMYK 0.94 0.21 0 0.19
HSL 193.68º 0.88% 0.43% -
HSV(B) 193.68º 0.94% 0.81% -
XYZ 24.23 30.38 62.98 -
YUV 122.47 175.14 49.92 -
System Red Green Blue C M Y K H S L
Decimal 13 162 206 0.94 0.21 0 0.19 193.68 0.88 0.43
Hex D A2 CE 5E 15 0 13 C2 58 2B
Octal 15 242 316 136 25 0 23 302 130 53
Binary 1101 10100010 11001110 1011110 10101 0 10011 11000010 1011000 101011

Color Harmonies of #0DA2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA2CE

Black with #0DA2CE

Text Example


Text Example

White with #0DA2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,162,206); }

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

background-color css

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

 a { background-color: rgb(13,162,206); }

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

border-color css

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

 span { border-color: rgb(13,162,206); }

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