Html Css Color HEX #0DAEBC Iris Blue

📋 copy color: '#0DAEBC'

red 13 ◦ green 174 ◦ blue 188

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

Shades of Iris Blue #0DAEBC

Tints of Iris Blue #0DAEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.13%

R = 3.47%
G = 46.4%
B = 50.13%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0DAEBC (or 0x0DAEBC) is known color: Iris Blue. HEX triplet: 0D, AE and BC. RGB value is (13,174,188). Sum of RGB (Red+Green+Blue) = 13+174+188=375 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.47% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #0DAEBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAEBC is #F25143. Grayscale: #7F7F7F. Windows color (decimal): -15880516 or 12365325. OLE color: 12365325.

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

Color convert

RGB 13 174 188 -
CMYK 0.93 0.07 0 0.26
HSL 184.8º 0.87% 0.39% -
HSV(B) 184.8º 0.93% 0.74% -
XYZ 24.38 33.99 52.85 -
YUV 127.46 162.16 46.36 -
System Red Green Blue C M Y K H S L
Decimal 13 174 188 0.93 0.07 0 0.26 184.8 0.87 0.39
Hex D AE BC 5D 7 0 1A B9 57 27
Octal 15 256 274 135 7 0 32 271 127 47
Binary 1101 10101110 10111100 1011101 111 0 11010 10111001 1010111 100111

Color Harmonies of #0DAEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAEBC

Black with #0DAEBC

Text Example


Text Example

White with #0DAEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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