Html Css Color HEX #0DAFC1 Iris Blue

📋 copy color: '#0DAFC1'

red 13 ◦ green 175 ◦ blue 193

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

Shades of Iris Blue #0DAFC1

Tints of Iris Blue #0DAFC1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.93%

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

R = 3.41%
G = 45.93%
B = 50.66%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0DAFC1 (or 0x0DAFC1) is known color: Iris Blue. HEX triplet: 0D, AF and C1. RGB value is (13,175,193). Sum of RGB (Red+Green+Blue) = 13+175+193=381 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.41% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 193 (75.78% from 255 or 50.66% from 381); Max value from RGB is 193 - color contains mainly: blue. Hex color #0DAFC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAFC1 is #F2503E. Grayscale: #808080. Windows color (decimal): -15880255 or 12693261. OLE color: 12693261.

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

Color convert

RGB 13 175 193 -
CMYK 0.93 0.09 0 0.24
HSL 186º 0.87% 0.4% -
HSV(B) 186º 0.93% 0.76% -
XYZ 25.12 34.6 55.81 -
YUV 128.61 164.33 45.54 -
System Red Green Blue C M Y K H S L
Decimal 13 175 193 0.93 0.09 0 0.24 186 0.87 0.4
Hex D AF C1 5D 9 0 18 BA 57 28
Octal 15 257 301 135 11 0 30 272 127 50
Binary 1101 10101111 11000001 1011101 1001 0 11000 10111010 1010111 101000

Color Harmonies of #0DAFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAFC1

Black with #0DAFC1

Text Example


Text Example

White with #0DAFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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