Html Css Color HEX #0FACDA Iris Blue

📋 copy color: '#0FACDA'

red 15 ◦ green 172 ◦ blue 218

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

Shades of Iris Blue #0FACDA

Tints of Iris Blue #0FACDA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.47%

 BLUE value IS 218 (85.55% from 255) = 53.83%

R = 3.7%
G = 42.47%
B = 53.83%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0FACDA (or 0x0FACDA) is known color: Iris Blue. HEX triplet: 0F, AC and DA. RGB value is (15,172,218). Sum of RGB (Red+Green+Blue) = 15+172+218=405 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.70% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #0FACDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FACDA is #F05325. Grayscale: #818181. Windows color (decimal): -15749926 or 14330895. OLE color: 14330895.

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

Color convert

RGB 15 172 218 -
CMYK 0.93 0.21 0 0.15
HSL 193.6º 0.87% 0.46% -
HSV(B) 193.6º 0.93% 0.85% -
XYZ 27.6 34.67 71.57 -
YUV 130.3 177.49 45.76 -
System Red Green Blue C M Y K H S L
Decimal 15 172 218 0.93 0.21 0 0.15 193.6 0.87 0.46
Hex F AC DA 5D 15 0 F C2 57 2E
Octal 17 254 332 135 25 0 17 302 127 56
Binary 1111 10101100 11011010 1011101 10101 0 1111 11000010 1010111 101110

Color Harmonies of #0FACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FACDA

Black with #0FACDA

Text Example


Text Example

White with #0FACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,172,218); }

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

background-color css

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

 a { background-color: rgb(15,172,218); }

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

border-color css

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

 span { border-color: rgb(15,172,218); }

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