Html Css Color HEX #0DAFBA Iris Blue

📋 copy color: '#0DAFBA'

red 13 ◦ green 175 ◦ blue 186

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

Shades of Iris Blue #0DAFBA

Tints of Iris Blue #0DAFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 3.48%
G = 46.79%
B = 49.73%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0DAFBA (or 0x0DAFBA) is known color: Iris Blue. HEX triplet: 0D, AF and BA. RGB value is (13,175,186). Sum of RGB (Red+Green+Blue) = 13+175+186=374 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.48% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #0DAFBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAFBA is #F25045. Grayscale: #7F7F7F. Windows color (decimal): -15880262 or 12234509. OLE color: 12234509.

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

Color convert

RGB 13 175 186 -
CMYK 0.93 0.06 0 0.27
HSL 183.82º 0.87% 0.39% -
HSV(B) 183.82º 0.93% 0.73% -
XYZ 24.36 34.29 51.79 -
YUV 127.82 160.83 46.11 -
System Red Green Blue C M Y K H S L
Decimal 13 175 186 0.93 0.06 0 0.27 183.82 0.87 0.39
Hex D AF BA 5D 6 0 1B B8 57 27
Octal 15 257 272 135 6 0 33 270 127 47
Binary 1101 10101111 10111010 1011101 110 0 11011 10111000 1010111 100111

Color Harmonies of #0DAFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAFBA

Black with #0DAFBA

Text Example


Text Example

White with #0DAFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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