Html Css Color HEX #0FAEBC Iris Blue

📋 copy color: '#0FAEBC'

red 15 ◦ green 174 ◦ blue 188

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

Shades of Iris Blue #0FAEBC

Tints of Iris Blue #0FAEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.87%

R = 3.98%
G = 46.15%
B = 49.87%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0FAEBC (or 0x0FAEBC) is known color: Iris Blue. HEX triplet: 0F, AE and BC. RGB value is (15,174,188). Sum of RGB (Red+Green+Blue) = 15+174+188=377 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.98% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #0FAEBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAEBC is #F05143. Grayscale: #7F7F7F. Windows color (decimal): -15749444 or 12365327. OLE color: 12365327.

HSL color Cylindrical-coordinate representation of color #0FAEBC: hue angle of 184.86º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FAEBC is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 15 174 188 -
CMYK 0.92 0.07 0 0.26
HSL 184.86º 0.85% 0.4% -
HSV(B) 184.86º 0.92% 0.74% -
XYZ 24.41 34 52.85 -
YUV 128.06 161.82 47.36 -
System Red Green Blue C M Y K H S L
Decimal 15 174 188 0.92 0.07 0 0.26 184.86 0.85 0.4
Hex F AE BC 5C 7 0 1A B9 55 28
Octal 17 256 274 134 7 0 32 271 125 50
Binary 1111 10101110 10111100 1011100 111 0 11010 10111001 1010101 101000

Color Harmonies of #0FAEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAEBC

Black with #0FAEBC

Text Example


Text Example

White with #0FAEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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