Html Css Color HEX #0DABC3 Iris Blue

📋 copy color: '#0DABC3'

red 13 ◦ green 171 ◦ blue 195

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

Shades of Iris Blue #0DABC3

Tints of Iris Blue #0DABC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 51.45%

R = 3.43%
G = 45.12%
B = 51.45%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0DABC3 (or 0x0DABC3) is known color: Iris Blue. HEX triplet: 0D, AB and C3. RGB value is (13,171,195). Sum of RGB (Red+Green+Blue) = 13+171+195=379 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.43% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 195 (76.56% from 255 or 51.45% from 379); Max value from RGB is 195 - color contains mainly: blue. Hex color #0DABC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DABC3 is #F2543C. Grayscale: #7E7E7E. Windows color (decimal): -15881277 or 12823309. OLE color: 12823309.

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

Color convert

RGB 13 171 195 -
CMYK 0.93 0.12 0 0.24
HSL 187.91º 0.88% 0.41% -
HSV(B) 187.91º 0.93% 0.76% -
XYZ 24.58 33.15 56.73 -
YUV 126.49 166.65 47.05 -
System Red Green Blue C M Y K H S L
Decimal 13 171 195 0.93 0.12 0 0.24 187.91 0.88 0.41
Hex D AB C3 5D C 0 18 BC 58 29
Octal 15 253 303 135 14 0 30 274 130 51
Binary 1101 10101011 11000011 1011101 1100 0 11000 10111100 1011000 101001

Color Harmonies of #0DABC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DABC3

Black with #0DABC3

Text Example


Text Example

White with #0DABC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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