Html Css Color HEX #0FBEDD Iris Blue

📋 copy color: '#0FBEDD'

red 15 ◦ green 190 ◦ blue 221

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

Shades of Iris Blue #0FBEDD

Tints of Iris Blue #0FBEDD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.6%

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

R = 3.52%
G = 44.6%
B = 51.88%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0FBEDD (or 0x0FBEDD) is known color: Iris Blue. HEX triplet: 0F, BE and DD. RGB value is (15,190,221). Sum of RGB (Red+Green+Blue) = 15+190+221=426 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.52% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #0FBEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBEDD is #F04122. Grayscale: #8C8C8C. Windows color (decimal): -15745315 or 14532111. OLE color: 14532111.

HSL color Cylindrical-coordinate representation of color #0FBEDD: hue angle of 189.03º 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 #0FBEDD is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 190 221 -
CMYK 0.93 0.14 0 0.13
HSL 189.03º 0.87% 0.46% -
HSV(B) 189.03º 0.93% 0.87% -
XYZ 31.66 42.15 74.87 -
YUV 141.21 173.02 37.98 -
System Red Green Blue C M Y K H S L
Decimal 15 190 221 0.93 0.14 0 0.13 189.03 0.87 0.46
Hex F BE DD 5D E 0 D BD 57 2E
Octal 17 276 335 135 16 0 15 275 127 56
Binary 1111 10111110 11011101 1011101 1110 0 1101 10111101 1010111 101110

Color Harmonies of #0FBEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBEDD

Black with #0FBEDD

Text Example


Text Example

White with #0FBEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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