Html Css Color HEX #15BECE Iris Blue

📋 copy color: '#15BECE'

red 21 ◦ green 190 ◦ blue 206

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

Shades of Iris Blue #15BECE

Tints of Iris Blue #15BECE

RGB

 RED value IS 21 (8.59% from 255) = 5.04%

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

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 5.04%
G = 45.56%
B = 49.4%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#15BECE (or 0x15BECE) is known color: Iris Blue. HEX triplet: 15, BE and CE. RGB value is (21,190,206). Sum of RGB (Red+Green+Blue) = 21+190+206=417 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.04% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #15BECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BECE is #EA4131. Grayscale: #8D8D8D. Windows color (decimal): -15352114 or 13549077. OLE color: 13549077.

HSL color Cylindrical-coordinate representation of color #15BECE: hue angle of 185.19º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BECE is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 190 206 -
CMYK 0.90 0.08 0 0.19
HSL 185.19º 0.81% 0.45% -
HSV(B) 185.19º 0.9% 0.81% -
XYZ 29.86 41.44 64.82 -
YUV 141.29 164.51 42.2 -
System Red Green Blue C M Y K H S L
Decimal 21 190 206 0.90 0.08 0 0.19 185.19 0.81 0.45
Hex 15 BE CE 5A 8 0 13 B9 51 2D
Octal 25 276 316 132 10 0 23 271 121 55
Binary 10101 10111110 11001110 1011010 1000 0 10011 10111001 1010001 101101

Color Harmonies of #15BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BECE

Black with #15BECE

Text Example


Text Example

White with #15BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15BECE; }

 p { color: rgb(21,190,206); }

 H1.HeaderClassName
 {
   color: #15BECE;
 }
 .AnyTagClassName
 {
   color: #15BECE;
 }
</style>

background-color css

<style>
 a { background-color: #15BECE; }

 a { background-color: rgb(21,190,206); }

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

border-color css

<style>
 span { border-color: #15BECE; }

 span { border-color: rgb(21,190,206); }

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