Html Css Color HEX #1EB7CA Iris Blue

📋 copy color: '#1EB7CA'

red 30 ◦ green 183 ◦ blue 202

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

Shades of Iris Blue #1EB7CA

Tints of Iris Blue #1EB7CA

RGB

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

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

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

R = 7.23%
G = 44.1%
B = 48.67%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1EB7CA (or 0x1EB7CA) is known color: Iris Blue. HEX triplet: 1E, B7 and CA. RGB value is (30,183,202). Sum of RGB (Red+Green+Blue) = 30+183+202=415 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.23% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #1EB7CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB7CA is #E14835. Grayscale: #8B8B8B. Windows color (decimal): -14764086 or 13285150. OLE color: 13285150.

HSL color Cylindrical-coordinate representation of color #1EB7CA: hue angle of 186.63º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EB7CA is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 30 183 202 -
CMYK 0.85 0.09 0 0.21
HSL 186.63º 0.74% 0.45% -
HSV(B) 186.63º 0.85% 0.79% -
XYZ 28.13 38.41 61.81 -
YUV 139.42 163.31 49.96 -
System Red Green Blue C M Y K H S L
Decimal 30 183 202 0.85 0.09 0 0.21 186.63 0.74 0.45
Hex 1E B7 CA 55 9 0 15 BB 4A 2D
Octal 36 267 312 125 11 0 25 273 112 55
Binary 11110 10110111 11001010 1010101 1001 0 10101 10111011 1001010 101101

Color Harmonies of #1EB7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB7CA

Black with #1EB7CA

Text Example


Text Example

White with #1EB7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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