Html Css Color HEX #1EBBCF Iris Blue

📋 copy color: '#1EBBCF'

red 30 ◦ green 187 ◦ blue 207

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

Shades of Iris Blue #1EBBCF

Tints of Iris Blue #1EBBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.1%

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

R = 7.08%
G = 44.1%
B = 48.82%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1EBBCF (or 0x1EBBCF) is known color: Iris Blue. HEX triplet: 1E, BB and CF. RGB value is (30,187,207). Sum of RGB (Red+Green+Blue) = 30+187+207=424 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.08% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #1EBBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBBCF is #E14430. Grayscale: #8E8E8E. Windows color (decimal): -14763057 or 13613854. OLE color: 13613854.

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

Color convert

RGB 30 187 207 -
CMYK 0.86 0.10 0 0.19
HSL 186.78º 0.75% 0.46% -
HSV(B) 186.78º 0.86% 0.81% -
XYZ 29.57 40.32 65.26 -
YUV 142.34 164.49 47.87 -
System Red Green Blue C M Y K H S L
Decimal 30 187 207 0.86 0.10 0 0.19 186.78 0.75 0.46
Hex 1E BB CF 56 A 0 13 BB 4B 2E
Octal 36 273 317 126 12 0 23 273 113 56
Binary 11110 10111011 11001111 1010110 1010 0 10011 10111011 1001011 101110

Color Harmonies of #1EBBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBBCF

Black with #1EBBCF

Text Example


Text Example

White with #1EBBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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