Html Css Color HEX #0FAECD Iris Blue

📋 copy color: '#0FAECD'

red 15 ◦ green 174 ◦ blue 205

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

Shades of Iris Blue #0FAECD

Tints of Iris Blue #0FAECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.03%

R = 3.81%
G = 44.16%
B = 52.03%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0FAECD (or 0x0FAECD) is known color: Iris Blue. HEX triplet: 0F, AE and CD. RGB value is (15,174,205). Sum of RGB (Red+Green+Blue) = 15+174+205=394 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.81% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #0FAECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAECD is #F05132. Grayscale: #818181. Windows color (decimal): -15749427 or 13479439. OLE color: 13479439.

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

Color convert

RGB 15 174 205 -
CMYK 0.93 0.15 0 0.20
HSL 189.79º 0.86% 0.43% -
HSV(B) 189.79º 0.93% 0.8% -
XYZ 26.35 34.78 63.08 -
YUV 129.99 170.32 45.98 -
System Red Green Blue C M Y K H S L
Decimal 15 174 205 0.93 0.15 0 0.20 189.79 0.86 0.43
Hex F AE CD 5D F 0 14 BE 56 2B
Octal 17 256 315 135 17 0 24 276 126 53
Binary 1111 10101110 11001101 1011101 1111 0 10100 10111110 1010110 101011

Color Harmonies of #0FAECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAECD

Black with #0FAECD

Text Example


Text Example

White with #0FAECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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