Html Css Color HEX #0DAFBF Iris Blue

📋 copy color: '#0DAFBF'

red 13 ◦ green 175 ◦ blue 191

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

Shades of Iris Blue #0DAFBF

Tints of Iris Blue #0DAFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.4%

R = 3.43%
G = 46.17%
B = 50.4%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0DAFBF (or 0x0DAFBF) is known color: Iris Blue. HEX triplet: 0D, AF and BF. RGB value is (13,175,191). Sum of RGB (Red+Green+Blue) = 13+175+191=379 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.43% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #0DAFBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAFBF is #F25040. Grayscale: #808080. Windows color (decimal): -15880257 or 12562189. OLE color: 12562189.

HSL color Cylindrical-coordinate representation of color #0DAFBF: hue angle of 185.39º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAFBF is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 175 191 -
CMYK 0.93 0.08 0 0.25
HSL 185.39º 0.87% 0.4% -
HSV(B) 185.39º 0.93% 0.75% -
XYZ 24.9 34.51 54.64 -
YUV 128.39 163.33 45.7 -
System Red Green Blue C M Y K H S L
Decimal 13 175 191 0.93 0.08 0 0.25 185.39 0.87 0.4
Hex D AF BF 5D 8 0 19 B9 57 28
Octal 15 257 277 135 10 0 31 271 127 50
Binary 1101 10101111 10111111 1011101 1000 0 11001 10111001 1010111 101000

Color Harmonies of #0DAFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAFBF

Black with #0DAFBF

Text Example


Text Example

White with #0DAFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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