Html Css Color HEX #0FACDD Iris Blue

📋 copy color: '#0FACDD'

red 15 ◦ green 172 ◦ blue 221

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

Shades of Iris Blue #0FACDD

Tints of Iris Blue #0FACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.17%

R = 3.68%
G = 42.16%
B = 54.17%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0FACDD (or 0x0FACDD) is known color: Iris Blue. HEX triplet: 0F, AC and DD. RGB value is (15,172,221). Sum of RGB (Red+Green+Blue) = 15+172+221=408 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.68% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #0FACDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FACDD is #F05322. Grayscale: #828282. Windows color (decimal): -15749923 or 14527503. OLE color: 14527503.

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

Color convert

RGB 15 172 221 -
CMYK 0.93 0.22 0 0.13
HSL 194.27º 0.87% 0.46% -
HSV(B) 194.27º 0.93% 0.87% -
XYZ 28 34.83 73.65 -
YUV 130.64 178.99 45.52 -
System Red Green Blue C M Y K H S L
Decimal 15 172 221 0.93 0.22 0 0.13 194.27 0.87 0.46
Hex F AC DD 5D 16 0 D C2 57 2E
Octal 17 254 335 135 26 0 15 302 127 56
Binary 1111 10101100 11011101 1011101 10110 0 1101 11000010 1010111 101110

Color Harmonies of #0FACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FACDD

Black with #0FACDD

Text Example


Text Example

White with #0FACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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