Html Css Color HEX #15BFCA Iris Blue

📋 copy color: '#15BFCA'

red 21 ◦ green 191 ◦ blue 202

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

Shades of Iris Blue #15BFCA

Tints of Iris Blue #15BFCA

RGB

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

 GREEN value IS 191 (75% from 255) = 46.14%

 BLUE value IS 202 (79.3% from 255) = 48.79%

R = 5.07%
G = 46.14%
B = 48.79%

CMYK

 C value IS 0.90

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#15BFCA (or 0x15BFCA) is known color: Iris Blue. HEX triplet: 15, BF and CA. RGB value is (21,191,202). Sum of RGB (Red+Green+Blue) = 21+191+202=414 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.07% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #15BFCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BFCA is #EA4035. Grayscale: #8D8D8D. Windows color (decimal): -15351862 or 13287189. OLE color: 13287189.

HSL color Cylindrical-coordinate representation of color #15BFCA: hue angle of 183.65º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BFCA is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 21 191 202 -
CMYK 0.90 0.05 0 0.21
HSL 183.65º 0.81% 0.44% -
HSV(B) 183.65º 0.9% 0.79% -
XYZ 29.6 41.69 62.36 -
YUV 141.42 162.18 42.11 -
System Red Green Blue C M Y K H S L
Decimal 21 191 202 0.90 0.05 0 0.21 183.65 0.81 0.44
Hex 15 BF CA 5A 5 0 15 B8 51 2C
Octal 25 277 312 132 5 0 25 270 121 54
Binary 10101 10111111 11001010 1011010 101 0 10101 10111000 1010001 101100

Color Harmonies of #15BFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BFCA

Black with #15BFCA

Text Example


Text Example

White with #15BFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,191,202); }

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

background-color css

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

 a { background-color: rgb(21,191,202); }

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

border-color css

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

 span { border-color: rgb(21,191,202); }

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