Html Css Color HEX #1ABECA Iris Blue

📋 copy color: '#1ABECA'

red 26 ◦ green 190 ◦ blue 202

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

Shades of Iris Blue #1ABECA

Tints of Iris Blue #1ABECA

RGB

 RED value IS 26 (10.55% from 255) = 6.22%

 GREEN value IS 190 (74.61% from 255) = 45.45%

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

R = 6.22%
G = 45.45%
B = 48.33%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1ABECA (or 0x1ABECA) is known color: Iris Blue. HEX triplet: 1A, BE and CA. RGB value is (26,190,202). Sum of RGB (Red+Green+Blue) = 26+190+202=418 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.22% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #1ABECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABECA is #E54135. Grayscale: #8E8E8E. Windows color (decimal): -15024438 or 13286938. OLE color: 13286938.

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

Color convert

RGB 26 190 202 -
CMYK 0.87 0.06 0 0.21
HSL 184.09º 0.77% 0.45% -
HSV(B) 184.09º 0.87% 0.79% -
XYZ 29.5 41.31 62.3 -
YUV 142.33 161.67 45.02 -
System Red Green Blue C M Y K H S L
Decimal 26 190 202 0.87 0.06 0 0.21 184.09 0.77 0.45
Hex 1A BE CA 57 6 0 15 B8 4D 2D
Octal 32 276 312 127 6 0 25 270 115 55
Binary 11010 10111110 11001010 1010111 110 0 10101 10111000 1001101 101101

Color Harmonies of #1ABECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABECA

Black with #1ABECA

Text Example


Text Example

White with #1ABECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,190,202); }

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

background-color css

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

 a { background-color: rgb(26,190,202); }

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

border-color css

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

 span { border-color: rgb(26,190,202); }

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