Html Css Color HEX #0FAECA Iris Blue

📋 copy color: '#0FAECA'

red 15 ◦ green 174 ◦ blue 202

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

Shades of Iris Blue #0FAECA

Tints of Iris Blue #0FAECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.66%

R = 3.84%
G = 44.5%
B = 51.66%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0FAECA (or 0x0FAECA) is known color: Iris Blue. HEX triplet: 0F, AE and CA. RGB value is (15,174,202). Sum of RGB (Red+Green+Blue) = 15+174+202=391 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.84% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #0FAECA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAECA is #F05135. Grayscale: #818181. Windows color (decimal): -15749430 or 13282831. OLE color: 13282831.

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

Color convert

RGB 15 174 202 -
CMYK 0.93 0.14 0 0.21
HSL 188.98º 0.86% 0.43% -
HSV(B) 188.98º 0.93% 0.79% -
XYZ 25.99 34.64 61.19 -
YUV 129.65 168.82 46.22 -
System Red Green Blue C M Y K H S L
Decimal 15 174 202 0.93 0.14 0 0.21 188.98 0.86 0.43
Hex F AE CA 5D E 0 15 BD 56 2B
Octal 17 256 312 135 16 0 25 275 126 53
Binary 1111 10101110 11001010 1011101 1110 0 10101 10111101 1010110 101011

Color Harmonies of #0FAECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAECA

Black with #0FAECA

Text Example


Text Example

White with #0FAECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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