Html Css Color HEX #0DAEC1 Iris Blue

📋 copy color: '#0DAEC1'

red 13 ◦ green 174 ◦ blue 193

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

Shades of Iris Blue #0DAEC1

Tints of Iris Blue #0DAEC1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.79%

 BLUE value IS 193 (75.78% from 255) = 50.79%

R = 3.42%
G = 45.79%
B = 50.79%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0DAEC1 (or 0x0DAEC1) is known color: Iris Blue. HEX triplet: 0D, AE and C1. RGB value is (13,174,193). Sum of RGB (Red+Green+Blue) = 13+174+193=380 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.42% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #0DAEC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAEC1 is #F2513E. Grayscale: #7F7F7F. Windows color (decimal): -15880511 or 12693005. OLE color: 12693005.

HSL color Cylindrical-coordinate representation of color #0DAEC1: hue angle of 186.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAEC1 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 174 193 -
CMYK 0.93 0.10 0 0.24
HSL 186.33º 0.87% 0.4% -
HSV(B) 186.33º 0.93% 0.76% -
XYZ 24.93 34.21 55.74 -
YUV 128.03 164.66 45.96 -
System Red Green Blue C M Y K H S L
Decimal 13 174 193 0.93 0.10 0 0.24 186.33 0.87 0.4
Hex D AE C1 5D A 0 18 BA 57 28
Octal 15 256 301 135 12 0 30 272 127 50
Binary 1101 10101110 11000001 1011101 1010 0 11000 10111010 1010111 101000

Color Harmonies of #0DAEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAEC1

Black with #0DAEC1

Text Example


Text Example

White with #0DAEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,174,193); }

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

background-color css

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

 a { background-color: rgb(13,174,193); }

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

border-color css

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

 span { border-color: rgb(13,174,193); }

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