Html Css Color HEX #0FAEDD Iris Blue

📋 copy color: '#0FAEDD'

red 15 ◦ green 174 ◦ blue 221

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

Shades of Iris Blue #0FAEDD

Tints of Iris Blue #0FAEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.9%

R = 3.66%
G = 42.44%
B = 53.9%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0FAEDD (or 0x0FAEDD) is known color: Iris Blue. HEX triplet: 0F, AE and DD. RGB value is (15,174,221). Sum of RGB (Red+Green+Blue) = 15+174+221=410 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.66% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #0FAEDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAEDD is #F05122. Grayscale: #838383. Windows color (decimal): -15749411 or 14528015. OLE color: 14528015.

HSL color Cylindrical-coordinate representation of color #0FAEDD: hue angle of 193.69º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FAEDD is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 174 221 -
CMYK 0.93 0.21 0 0.13
HSL 193.69º 0.87% 0.46% -
HSV(B) 193.69º 0.93% 0.87% -
XYZ 28.38 35.59 73.78 -
YUV 131.82 178.32 44.68 -
System Red Green Blue C M Y K H S L
Decimal 15 174 221 0.93 0.21 0 0.13 193.69 0.87 0.46
Hex F AE DD 5D 15 0 D C2 57 2E
Octal 17 256 335 135 25 0 15 302 127 56
Binary 1111 10101110 11011101 1011101 10101 0 1101 11000010 1010111 101110

Color Harmonies of #0FAEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAEDD

Black with #0FAEDD

Text Example


Text Example

White with #0FAEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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