Html Css Color HEX #0FAED2 Iris Blue

📋 copy color: '#0FAED2'

red 15 ◦ green 174 ◦ blue 210

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

Shades of Iris Blue #0FAED2

Tints of Iris Blue #0FAED2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.61%

 BLUE value IS 210 (82.42% from 255) = 52.63%

R = 3.76%
G = 43.61%
B = 52.63%

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

#0FAED2 (or 0x0FAED2) is known color: Iris Blue. HEX triplet: 0F, AE and D2. RGB value is (15,174,210). Sum of RGB (Red+Green+Blue) = 15+174+210=399 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.76% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 210 (82.42% from 255 or 52.63% from 399); Max value from RGB is 210 - color contains mainly: blue. Hex color #0FAED2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAED2 is #F0512D. Grayscale: #828282. Windows color (decimal): -15749422 or 13807119. OLE color: 13807119.

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

Color convert

RGB 15 174 210 -
CMYK 0.93 0.17 0 0.18
HSL 191.08º 0.87% 0.44% -
HSV(B) 191.08º 0.93% 0.82% -
XYZ 26.97 35.03 66.31 -
YUV 130.56 172.82 45.57 -
System Red Green Blue C M Y K H S L
Decimal 15 174 210 0.93 0.17 0 0.18 191.08 0.87 0.44
Hex F AE D2 5D 11 0 12 BF 57 2C
Octal 17 256 322 135 21 0 22 277 127 54
Binary 1111 10101110 11010010 1011101 10001 0 10010 10111111 1010111 101100

Color Harmonies of #0FAED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAED2

Black with #0FAED2

Text Example


Text Example

White with #0FAED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,174,210); }

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

background-color css

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

 a { background-color: rgb(15,174,210); }

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

border-color css

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

 span { border-color: rgb(15,174,210); }

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