Html Css Color HEX #0FABD1 Iris Blue

📋 copy color: '#0FABD1'

red 15 ◦ green 171 ◦ blue 209

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

Shades of Iris Blue #0FABD1

Tints of Iris Blue #0FABD1

RGB

 RED value IS 15 (6.25% from 255) = 3.8%

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

 BLUE value IS 209 (82.03% from 255) = 52.91%

R = 3.8%
G = 43.29%
B = 52.91%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0FABD1 (or 0x0FABD1) is known color: Iris Blue. HEX triplet: 0F, AB and D1. RGB value is (15,171,209). Sum of RGB (Red+Green+Blue) = 15+171+209=395 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.80% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #0FABD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FABD1 is #F0542E. Grayscale: #808080. Windows color (decimal): -15750191 or 13740815. OLE color: 13740815.

HSL color Cylindrical-coordinate representation of color #0FABD1: hue angle of 191.75º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FABD1 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 15 171 209 -
CMYK 0.93 0.18 0 0.18
HSL 191.75º 0.87% 0.44% -
HSV(B) 191.75º 0.93% 0.82% -
XYZ 26.27 33.83 65.47 -
YUV 128.69 173.32 46.91 -
System Red Green Blue C M Y K H S L
Decimal 15 171 209 0.93 0.18 0 0.18 191.75 0.87 0.44
Hex F AB D1 5D 12 0 12 C0 57 2C
Octal 17 253 321 135 22 0 22 300 127 54
Binary 1111 10101011 11010001 1011101 10010 0 10010 11000000 1010111 101100

Color Harmonies of #0FABD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FABD1

Black with #0FABD1

Text Example


Text Example

White with #0FABD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,171,209); }

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

background-color css

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

 a { background-color: rgb(15,171,209); }

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

border-color css

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

 span { border-color: rgb(15,171,209); }

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