Html Css Color HEX #0DABE1 Iris Blue

📋 copy color: '#0DABE1'

red 13 ◦ green 171 ◦ blue 225

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

Shades of Iris Blue #0DABE1

Tints of Iris Blue #0DABE1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.81%

 BLUE value IS 225 (88.28% from 255) = 55.01%

R = 3.18%
G = 41.81%
B = 55.01%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0DABE1 (or 0x0DABE1) is known color: Iris Blue. HEX triplet: 0D, AB and E1. RGB value is (13,171,225). Sum of RGB (Red+Green+Blue) = 13+171+225=409 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.18% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 225 (88.28% from 255 or 55.01% from 409); Max value from RGB is 225 - color contains mainly: blue. Hex color #0DABE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DABE1 is #F2541E. Grayscale: #818181. Windows color (decimal): -15881247 or 14789389. OLE color: 14789389.

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

Color convert

RGB 13 171 225 -
CMYK 0.94 0.24 0 0.12
HSL 195.28º 0.89% 0.47% -
HSV(B) 195.28º 0.94% 0.88% -
XYZ 28.32 34.65 76.43 -
YUV 129.91 181.65 44.61 -
System Red Green Blue C M Y K H S L
Decimal 13 171 225 0.94 0.24 0 0.12 195.28 0.89 0.47
Hex D AB E1 5E 18 0 C C3 59 2F
Octal 15 253 341 136 30 0 14 303 131 57
Binary 1101 10101011 11100001 1011110 11000 0 1100 11000011 1011001 101111

Color Harmonies of #0DABE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DABE1

Black with #0DABE1

Text Example


Text Example

White with #0DABE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,171,225); }

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

background-color css

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

 a { background-color: rgb(13,171,225); }

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

border-color css

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

 span { border-color: rgb(13,171,225); }

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