Html Css Color HEX #1ABDDA Iris Blue

📋 copy color: '#1ABDDA'

red 26 ◦ green 189 ◦ blue 218

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

Shades of Iris Blue #1ABDDA

Tints of Iris Blue #1ABDDA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.65%

 BLUE value IS 218 (85.55% from 255) = 50.35%

R = 6%
G = 43.65%
B = 50.35%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1ABDDA (or 0x1ABDDA) is known color: Iris Blue. HEX triplet: 1A, BD and DA. RGB value is (26,189,218). Sum of RGB (Red+Green+Blue) = 26+189+218=433 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.00% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #1ABDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABDDA is #E54225. Grayscale: #8F8F8F. Windows color (decimal): -15024678 or 14335258. OLE color: 14335258.

HSL color Cylindrical-coordinate representation of color #1ABDDA: hue angle of 189.06º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ABDDA is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 26 189 218 -
CMYK 0.88 0.13 0 0.15
HSL 189.06º 0.79% 0.48% -
HSV(B) 189.06º 0.88% 0.85% -
XYZ 31.28 41.68 72.73 -
YUV 143.57 170 44.14 -
System Red Green Blue C M Y K H S L
Decimal 26 189 218 0.88 0.13 0 0.15 189.06 0.79 0.48
Hex 1A BD DA 58 D 0 F BD 4F 30
Octal 32 275 332 130 15 0 17 275 117 60
Binary 11010 10111101 11011010 1011000 1101 0 1111 10111101 1001111 110000

Color Harmonies of #1ABDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABDDA

Black with #1ABDDA

Text Example


Text Example

White with #1ABDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,189,218); }

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

background-color css

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

 a { background-color: rgb(26,189,218); }

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

border-color css

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

 span { border-color: rgb(26,189,218); }

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