Html Css Color HEX #0FAECF Iris Blue

📋 copy color: '#0FAECF'

red 15 ◦ green 174 ◦ blue 207

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

Shades of Iris Blue #0FAECF

Tints of Iris Blue #0FAECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.27%

R = 3.79%
G = 43.94%
B = 52.27%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0FAECF (or 0x0FAECF) is known color: Iris Blue. HEX triplet: 0F, AE and CF. RGB value is (15,174,207). Sum of RGB (Red+Green+Blue) = 15+174+207=396 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.79% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #0FAECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAECF is #F05130. Grayscale: #818181. Windows color (decimal): -15749425 or 13610511. OLE color: 13610511.

HSL color Cylindrical-coordinate representation of color #0FAECF: hue angle of 190.31º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FAECF is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 174 207 -
CMYK 0.93 0.16 0 0.19
HSL 190.31º 0.86% 0.44% -
HSV(B) 190.31º 0.93% 0.81% -
XYZ 26.6 34.88 64.36 -
YUV 130.22 171.32 45.82 -
System Red Green Blue C M Y K H S L
Decimal 15 174 207 0.93 0.16 0 0.19 190.31 0.86 0.44
Hex F AE CF 5D 10 0 13 BE 56 2C
Octal 17 256 317 135 20 0 23 276 126 54
Binary 1111 10101110 11001111 1011101 10000 0 10011 10111110 1010110 101100

Color Harmonies of #0FAECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAECF

Black with #0FAECF

Text Example


Text Example

White with #0FAECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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