Html Css Color HEX #1EB7CF Iris Blue

📋 copy color: '#1EB7CF'

red 30 ◦ green 183 ◦ blue 207

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

Shades of Iris Blue #1EB7CF

Tints of Iris Blue #1EB7CF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.57%

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

R = 7.14%
G = 43.57%
B = 49.29%

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

#1EB7CF (or 0x1EB7CF) is known color: Iris Blue. HEX triplet: 1E, B7 and CF. RGB value is (30,183,207). Sum of RGB (Red+Green+Blue) = 30+183+207=420 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.14% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #1EB7CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB7CF is #E14830. Grayscale: #8B8B8B. Windows color (decimal): -14764081 or 13612830. OLE color: 13612830.

HSL color Cylindrical-coordinate representation of color #1EB7CF: hue angle of 188.14º 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 #1EB7CF is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 183 207 -
CMYK 0.86 0.12 0 0.19
HSL 188.14º 0.75% 0.46% -
HSV(B) 188.14º 0.86% 0.81% -
XYZ 28.73 38.65 64.98 -
YUV 139.99 165.81 49.55 -
System Red Green Blue C M Y K H S L
Decimal 30 183 207 0.86 0.12 0 0.19 188.14 0.75 0.46
Hex 1E B7 CF 56 C 0 13 BC 4B 2E
Octal 36 267 317 126 14 0 23 274 113 56
Binary 11110 10110111 11001111 1010110 1100 0 10011 10111100 1001011 101110

Color Harmonies of #1EB7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB7CF

Black with #1EB7CF

Text Example


Text Example

White with #1EB7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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