Html Css Color HEX #0FADDC Iris Blue

📋 copy color: '#0FADDC'

red 15 ◦ green 173 ◦ blue 220

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

Shades of Iris Blue #0FADDC

Tints of Iris Blue #0FADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.4%

 BLUE value IS 220 (86.33% from 255) = 53.92%

R = 3.68%
G = 42.4%
B = 53.92%

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

#0FADDC (or 0x0FADDC) is known color: Iris Blue. HEX triplet: 0F, AD and DC. RGB value is (15,173,220). Sum of RGB (Red+Green+Blue) = 15+173+220=408 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.68% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #0FADDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FADDC is #F05223. Grayscale: #828282. Windows color (decimal): -15749668 or 14462223. OLE color: 14462223.

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

Color convert

RGB 15 173 220 -
CMYK 0.93 0.21 0 0.14
HSL 193.76º 0.87% 0.46% -
HSV(B) 193.76º 0.93% 0.86% -
XYZ 28.06 35.16 73.02 -
YUV 131.12 178.15 45.18 -
System Red Green Blue C M Y K H S L
Decimal 15 173 220 0.93 0.21 0 0.14 193.76 0.87 0.46
Hex F AD DC 5D 15 0 E C2 57 2E
Octal 17 255 334 135 25 0 16 302 127 56
Binary 1111 10101101 11011100 1011101 10101 0 1110 11000010 1010111 101110

Color Harmonies of #0FADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FADDC

Black with #0FADDC

Text Example


Text Example

White with #0FADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,173,220); }

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

background-color css

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

 a { background-color: rgb(15,173,220); }

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

border-color css

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

 span { border-color: rgb(15,173,220); }

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