Html Css Color HEX #0DB3DA Iris Blue

📋 copy color: '#0DB3DA'

red 13 ◦ green 179 ◦ blue 218

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

Shades of Iris Blue #0DB3DA

Tints of Iris Blue #0DB3DA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.66%

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

R = 3.17%
G = 43.66%
B = 53.17%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0DB3DA (or 0x0DB3DA) is known color: Iris Blue. HEX triplet: 0D, B3 and DA. RGB value is (13,179,218). Sum of RGB (Red+Green+Blue) = 13+179+218=410 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.17% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #0DB3DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB3DA is #F24C25. Grayscale: #858585. Windows color (decimal): -15879206 or 14332685. OLE color: 14332685.

HSL color Cylindrical-coordinate representation of color #0DB3DA: hue angle of 191.41º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DB3DA is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 13 179 218 -
CMYK 0.94 0.18 0 0.15
HSL 191.41º 0.89% 0.45% -
HSV(B) 191.41º 0.94% 0.85% -
XYZ 28.94 37.39 72.02 -
YUV 133.81 175.5 41.83 -
System Red Green Blue C M Y K H S L
Decimal 13 179 218 0.94 0.18 0 0.15 191.41 0.89 0.45
Hex D B3 DA 5E 12 0 F BF 59 2D
Octal 15 263 332 136 22 0 17 277 131 55
Binary 1101 10110011 11011010 1011110 10010 0 1111 10111111 1011001 101101

Color Harmonies of #0DB3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB3DA

Black with #0DB3DA

Text Example


Text Example

White with #0DB3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,179,218); }

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

background-color css

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

 a { background-color: rgb(13,179,218); }

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

border-color css

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

 span { border-color: rgb(13,179,218); }

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