Html Css Color HEX #0DADBB Iris Blue

📋 copy color: '#0DADBB'

red 13 ◦ green 173 ◦ blue 187

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

Shades of Iris Blue #0DADBB

Tints of Iris Blue #0DADBB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.38%

 BLUE value IS 187 (73.44% from 255) = 50.13%

R = 3.49%
G = 46.38%
B = 50.13%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0DADBB (or 0x0DADBB) is known color: Iris Blue. HEX triplet: 0D, AD and BB. RGB value is (13,173,187). Sum of RGB (Red+Green+Blue) = 13+173+187=373 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #0DADBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DADBB is #F25244. Grayscale: #7E7E7E. Windows color (decimal): -15880773 or 12299533. OLE color: 12299533.

HSL color Cylindrical-coordinate representation of color #0DADBB: hue angle of 184.83º 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 #0DADBB is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 173 187 -
CMYK 0.93 0.07 0 0.27
HSL 184.83º 0.87% 0.39% -
HSV(B) 184.83º 0.93% 0.73% -
XYZ 24.08 33.56 52.22 -
YUV 126.76 161.99 46.86 -
System Red Green Blue C M Y K H S L
Decimal 13 173 187 0.93 0.07 0 0.27 184.83 0.87 0.39
Hex D AD BB 5D 7 0 1B B9 57 27
Octal 15 255 273 135 7 0 33 271 127 47
Binary 1101 10101101 10111011 1011101 111 0 11011 10111001 1010111 100111

Color Harmonies of #0DADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DADBB

Black with #0DADBB

Text Example


Text Example

White with #0DADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,173,187); }

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

background-color css

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

 a { background-color: rgb(13,173,187); }

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

border-color css

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

 span { border-color: rgb(13,173,187); }

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