Html Css Color HEX #0DAFC6 Iris Blue

📋 copy color: '#0DAFC6'

red 13 ◦ green 175 ◦ blue 198

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

Shades of Iris Blue #0DAFC6

Tints of Iris Blue #0DAFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 51.3%

R = 3.37%
G = 45.34%
B = 51.3%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0DAFC6 (or 0x0DAFC6) is known color: Iris Blue. HEX triplet: 0D, AF and C6. RGB value is (13,175,198). Sum of RGB (Red+Green+Blue) = 13+175+198=386 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.37% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 198 (77.73% from 255 or 51.30% from 386); Max value from RGB is 198 - color contains mainly: blue. Hex color #0DAFC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAFC6 is #F25039. Grayscale: #808080. Windows color (decimal): -15880250 or 13020941. OLE color: 13020941.

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

Color convert

RGB 13 175 198 -
CMYK 0.93 0.12 0 0.22
HSL 187.46º 0.88% 0.41% -
HSV(B) 187.46º 0.93% 0.78% -
XYZ 25.69 34.82 58.79 -
YUV 129.18 166.83 45.13 -
System Red Green Blue C M Y K H S L
Decimal 13 175 198 0.93 0.12 0 0.22 187.46 0.88 0.41
Hex D AF C6 5D C 0 16 BB 58 29
Octal 15 257 306 135 14 0 26 273 130 51
Binary 1101 10101111 11000110 1011101 1100 0 10110 10111011 1011000 101001

Color Harmonies of #0DAFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAFC6

Black with #0DAFC6

Text Example


Text Example

White with #0DAFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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