Html Css Color HEX #0FAEDB Iris Blue

📋 copy color: '#0FAEDB'

red 15 ◦ green 174 ◦ blue 219

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

Shades of Iris Blue #0FAEDB

Tints of Iris Blue #0FAEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.65%

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

R = 3.68%
G = 42.65%
B = 53.68%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0FAEDB (or 0x0FAEDB) is known color: Iris Blue. HEX triplet: 0F, AE and DB. RGB value is (15,174,219). Sum of RGB (Red+Green+Blue) = 15+174+219=408 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.68% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #0FAEDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAEDB is #F05124. Grayscale: #838383. Windows color (decimal): -15749413 or 14396943. OLE color: 14396943.

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

Color convert

RGB 15 174 219 -
CMYK 0.93 0.21 0 0.14
HSL 193.24º 0.87% 0.46% -
HSV(B) 193.24º 0.93% 0.86% -
XYZ 28.12 35.49 72.39 -
YUV 131.59 177.32 44.84 -
System Red Green Blue C M Y K H S L
Decimal 15 174 219 0.93 0.21 0 0.14 193.24 0.87 0.46
Hex F AE DB 5D 15 0 E C1 57 2E
Octal 17 256 333 135 25 0 16 301 127 56
Binary 1111 10101110 11011011 1011101 10101 0 1110 11000001 1010111 101110

Color Harmonies of #0FAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAEDB

Black with #0FAEDB

Text Example


Text Example

White with #0FAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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