Html Css Color HEX #0FADCE Iris Blue

📋 copy color: '#0FADCE'

red 15 ◦ green 173 ◦ blue 206

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

Shades of Iris Blue #0FADCE

Tints of Iris Blue #0FADCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.28%

R = 3.81%
G = 43.91%
B = 52.28%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0FADCE (or 0x0FADCE) is known color: Iris Blue. HEX triplet: 0F, AD and CE. RGB value is (15,173,206). Sum of RGB (Red+Green+Blue) = 15+173+206=394 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.81% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #0FADCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FADCE is #F05231. Grayscale: #818181. Windows color (decimal): -15749682 or 13544719. OLE color: 13544719.

HSL color Cylindrical-coordinate representation of color #0FADCE: hue angle of 190.37º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FADCE is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 173 206 -
CMYK 0.93 0.16 0 0.19
HSL 190.37º 0.86% 0.43% -
HSV(B) 190.37º 0.93% 0.81% -
XYZ 26.28 34.44 63.66 -
YUV 129.52 171.15 46.32 -
System Red Green Blue C M Y K H S L
Decimal 15 173 206 0.93 0.16 0 0.19 190.37 0.86 0.43
Hex F AD CE 5D 10 0 13 BE 56 2B
Octal 17 255 316 135 20 0 23 276 126 53
Binary 1111 10101101 11001110 1011101 10000 0 10011 10111110 1010110 101011

Color Harmonies of #0FADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FADCE

Black with #0FADCE

Text Example


Text Example

White with #0FADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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