Html Css Color HEX #0DAEBA Iris Blue

📋 copy color: '#0DAEBA'

red 13 ◦ green 174 ◦ blue 186

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

Shades of Iris Blue #0DAEBA

Tints of Iris Blue #0DAEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.87%

R = 3.49%
G = 46.65%
B = 49.87%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0DAEBA (or 0x0DAEBA) is known color: Iris Blue. HEX triplet: 0D, AE and BA. RGB value is (13,174,186). Sum of RGB (Red+Green+Blue) = 13+174+186=373 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #0DAEBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAEBA is #F25145. Grayscale: #7F7F7F. Windows color (decimal): -15880518 or 12234253. OLE color: 12234253.

HSL color Cylindrical-coordinate representation of color #0DAEBA: hue angle of 184.16º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAEBA is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 174 186 -
CMYK 0.93 0.06 0 0.27
HSL 184.16º 0.87% 0.39% -
HSV(B) 184.16º 0.93% 0.73% -
XYZ 24.16 33.9 51.72 -
YUV 127.23 161.16 46.52 -
System Red Green Blue C M Y K H S L
Decimal 13 174 186 0.93 0.06 0 0.27 184.16 0.87 0.39
Hex D AE BA 5D 6 0 1B B8 57 27
Octal 15 256 272 135 6 0 33 270 127 47
Binary 1101 10101110 10111010 1011101 110 0 11011 10111000 1010111 100111

Color Harmonies of #0DAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAEBA

Black with #0DAEBA

Text Example


Text Example

White with #0DAEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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