Html Css Color HEX #1EAFCB Iris Blue

📋 copy color: '#1EAFCB'

red 30 ◦ green 175 ◦ blue 203

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

Shades of Iris Blue #1EAFCB

Tints of Iris Blue #1EAFCB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.89%

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

R = 7.35%
G = 42.89%
B = 49.75%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1EAFCB (or 0x1EAFCB) is known color: Iris Blue. HEX triplet: 1E, AF and CB. RGB value is (30,175,203). Sum of RGB (Red+Green+Blue) = 30+175+203=408 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.35% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #1EAFCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAFCB is #E15034. Grayscale: #868686. Windows color (decimal): -14766133 or 13348638. OLE color: 13348638.

HSL color Cylindrical-coordinate representation of color #1EAFCB: hue angle of 189.71º 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 #1EAFCB is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 30 175 203 -
CMYK 0.85 0.14 0 0.20
HSL 189.71º 0.74% 0.46% -
HSV(B) 189.71º 0.85% 0.8% -
XYZ 26.64 35.25 61.9 -
YUV 134.84 166.46 53.22 -
System Red Green Blue C M Y K H S L
Decimal 30 175 203 0.85 0.14 0 0.20 189.71 0.74 0.46
Hex 1E AF CB 55 E 0 14 BE 4A 2E
Octal 36 257 313 125 16 0 24 276 112 56
Binary 11110 10101111 11001011 1010101 1110 0 10100 10111110 1001010 101110

Color Harmonies of #1EAFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAFCB

Black with #1EAFCB

Text Example


Text Example

White with #1EAFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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