Html Css Color HEX #1EB7CB Iris Blue

📋 copy color: '#1EB7CB'

red 30 ◦ green 183 ◦ blue 203

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

Shades of Iris Blue #1EB7CB

Tints of Iris Blue #1EB7CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.8%

R = 7.21%
G = 43.99%
B = 48.8%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1EB7CB (or 0x1EB7CB) is known color: Iris Blue. HEX triplet: 1E, B7 and CB. RGB value is (30,183,203). Sum of RGB (Red+Green+Blue) = 30+183+203=416 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.21% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #1EB7CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB7CB is #E14834. Grayscale: #8B8B8B. Windows color (decimal): -14764085 or 13350686. OLE color: 13350686.

HSL color Cylindrical-coordinate representation of color #1EB7CB: hue angle of 186.94º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EB7CB is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 30 183 203 -
CMYK 0.85 0.10 0 0.20
HSL 186.94º 0.74% 0.46% -
HSV(B) 186.94º 0.85% 0.8% -
XYZ 28.25 38.45 62.43 -
YUV 139.53 163.81 49.87 -
System Red Green Blue C M Y K H S L
Decimal 30 183 203 0.85 0.10 0 0.20 186.94 0.74 0.46
Hex 1E B7 CB 55 A 0 14 BB 4A 2E
Octal 36 267 313 125 12 0 24 273 112 56
Binary 11110 10110111 11001011 1010101 1010 0 10100 10111011 1001010 101110

Color Harmonies of #1EB7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB7CB

Black with #1EB7CB

Text Example


Text Example

White with #1EB7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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