Html Css Color HEX #1EB6CF Iris Blue

📋 copy color: '#1EB6CF'

red 30 ◦ green 182 ◦ blue 207

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

Shades of Iris Blue #1EB6CF

Tints of Iris Blue #1EB6CF

RGB

 RED value IS 30 (12.11% from 255) = 7.16%

 GREEN value IS 182 (71.48% from 255) = 43.44%

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

R = 7.16%
G = 43.44%
B = 49.4%

CMYK

 C value IS 0.86

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1EB6CF (or 0x1EB6CF) is known color: Iris Blue. HEX triplet: 1E, B6 and CF. RGB value is (30,182,207). Sum of RGB (Red+Green+Blue) = 30+182+207=419 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.16% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #1EB6CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB6CF is #E14930. Grayscale: #8B8B8B. Windows color (decimal): -14764337 or 13612574. OLE color: 13612574.

HSL color Cylindrical-coordinate representation of color #1EB6CF: hue angle of 188.47º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EB6CF is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 182 207 -
CMYK 0.86 0.12 0 0.19
HSL 188.47º 0.75% 0.46% -
HSV(B) 188.47º 0.86% 0.81% -
XYZ 28.53 38.24 64.91 -
YUV 139.4 166.14 49.97 -
System Red Green Blue C M Y K H S L
Decimal 30 182 207 0.86 0.12 0 0.19 188.47 0.75 0.46
Hex 1E B6 CF 56 C 0 13 BC 4B 2E
Octal 36 266 317 126 14 0 23 274 113 56
Binary 11110 10110110 11001111 1010110 1100 0 10011 10111100 1001011 101110

Color Harmonies of #1EB6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB6CF

Black with #1EB6CF

Text Example


Text Example

White with #1EB6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1EB6CF; }

 p { color: rgb(30,182,207); }

 H1.HeaderClassName
 {
   color: #1EB6CF;
 }
 .AnyTagClassName
 {
   color: #1EB6CF;
 }
</style>

background-color css

<style>
 a { background-color: #1EB6CF; }

 a { background-color: rgb(30,182,207); }

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

border-color css

<style>
 span { border-color: #1EB6CF; }

 span { border-color: rgb(30,182,207); }

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