Html Css Color HEX #0FABDB Iris Blue

📋 copy color: '#0FABDB'

red 15 ◦ green 171 ◦ blue 219

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

Shades of Iris Blue #0FABDB

Tints of Iris Blue #0FABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.07%

R = 3.7%
G = 42.22%
B = 54.07%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0FABDB (or 0x0FABDB) is known color: Iris Blue. HEX triplet: 0F, AB and DB. RGB value is (15,171,219). Sum of RGB (Red+Green+Blue) = 15+171+219=405 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.70% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #0FABDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FABDB is #F05424. Grayscale: #818181. Windows color (decimal): -15750181 or 14396175. OLE color: 14396175.

HSL color Cylindrical-coordinate representation of color #0FABDB: hue angle of 194.12º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FABDB is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 171 219 -
CMYK 0.93 0.22 0 0.14
HSL 194.12º 0.87% 0.46% -
HSV(B) 194.12º 0.93% 0.86% -
XYZ 27.55 34.34 72.19 -
YUV 129.83 178.32 46.1 -
System Red Green Blue C M Y K H S L
Decimal 15 171 219 0.93 0.22 0 0.14 194.12 0.87 0.46
Hex F AB DB 5D 16 0 E C2 57 2E
Octal 17 253 333 135 26 0 16 302 127 56
Binary 1111 10101011 11011011 1011101 10110 0 1110 11000010 1010111 101110

Color Harmonies of #0FABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FABDB

Black with #0FABDB

Text Example


Text Example

White with #0FABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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