Html Css Color HEX #0FACD0 Iris Blue

📋 copy color: '#0FACD0'

red 15 ◦ green 172 ◦ blue 208

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

Shades of Iris Blue #0FACD0

Tints of Iris Blue #0FACD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.66%

R = 3.8%
G = 43.54%
B = 52.66%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0FACD0 (or 0x0FACD0) is known color: Iris Blue. HEX triplet: 0F, AC and D0. RGB value is (15,172,208). Sum of RGB (Red+Green+Blue) = 15+172+208=395 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.80% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 208 (81.64% from 255 or 52.66% from 395); Max value from RGB is 208 - color contains mainly: blue. Hex color #0FACD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FACD0 is #F0532F. Grayscale: #808080. Windows color (decimal): -15749936 or 13675535. OLE color: 13675535.

HSL color Cylindrical-coordinate representation of color #0FACD0: hue angle of 191.19º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FACD0 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 15 172 208 -
CMYK 0.93 0.17 0 0.18
HSL 191.19º 0.87% 0.44% -
HSV(B) 191.19º 0.93% 0.82% -
XYZ 26.33 34.16 64.88 -
YUV 129.16 172.49 46.57 -
System Red Green Blue C M Y K H S L
Decimal 15 172 208 0.93 0.17 0 0.18 191.19 0.87 0.44
Hex F AC D0 5D 11 0 12 BF 57 2C
Octal 17 254 320 135 21 0 22 277 127 54
Binary 1111 10101100 11010000 1011101 10001 0 10010 10111111 1010111 101100

Color Harmonies of #0FACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FACD0

Black with #0FACD0

Text Example


Text Example

White with #0FACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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