Html Css Color HEX #15BECF Iris Blue

📋 copy color: '#15BECF'

red 21 ◦ green 190 ◦ blue 207

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

Shades of Iris Blue #15BECF

Tints of Iris Blue #15BECF

RGB

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

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

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

R = 5.02%
G = 45.45%
B = 49.52%

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

#15BECF (or 0x15BECF) is known color: Iris Blue. HEX triplet: 15, BE and CF. RGB value is (21,190,207). Sum of RGB (Red+Green+Blue) = 21+190+207=418 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.02% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #15BECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BECF is #EA4130. Grayscale: #8D8D8D. Windows color (decimal): -15352113 or 13614613. OLE color: 13614613.

HSL color Cylindrical-coordinate representation of color #15BECF: hue angle of 185.48º degrees, saturation: 0.82, 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 #15BECF is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 190 207 -
CMYK 0.90 0.08 0 0.19
HSL 185.48º 0.82% 0.45% -
HSV(B) 185.48º 0.9% 0.81% -
XYZ 29.99 41.49 65.46 -
YUV 141.41 165.01 42.12 -
System Red Green Blue C M Y K H S L
Decimal 21 190 207 0.90 0.08 0 0.19 185.48 0.82 0.45
Hex 15 BE CF 5A 8 0 13 B9 52 2D
Octal 25 276 317 132 10 0 23 271 122 55
Binary 10101 10111110 11001111 1011010 1000 0 10011 10111001 1010010 101101

Color Harmonies of #15BECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BECF

Black with #15BECF

Text Example


Text Example

White with #15BECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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