Html Css Color HEX #1BAACE Iris Blue

📋 copy color: '#1BAACE'

red 27 ◦ green 170 ◦ blue 206

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

Shades of Iris Blue #1BAACE

Tints of Iris Blue #1BAACE

RGB

 RED value IS 27 (10.94% from 255) = 6.7%

 GREEN value IS 170 (66.8% from 255) = 42.18%

 BLUE value IS 206 (80.86% from 255) = 51.12%

R = 6.7%
G = 42.18%
B = 51.12%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1BAACE (or 0x1BAACE) is known color: Iris Blue. HEX triplet: 1B, AA and CE. RGB value is (27,170,206). Sum of RGB (Red+Green+Blue) = 27+170+206=403 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.70% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #1BAACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAACE is #E45531. Grayscale: #838383. Windows color (decimal): -14964018 or 13543963. OLE color: 13543963.

HSL color Cylindrical-coordinate representation of color #1BAACE: hue angle of 192.07º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BAACE is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 27 170 206 -
CMYK 0.87 0.17 0 0.19
HSL 192.07º 0.77% 0.46% -
HSV(B) 192.07º 0.87% 0.81% -
XYZ 25.97 33.44 63.48 -
YUV 131.35 170.12 53.57 -
System Red Green Blue C M Y K H S L
Decimal 27 170 206 0.87 0.17 0 0.19 192.07 0.77 0.46
Hex 1B AA CE 57 11 0 13 C0 4D 2E
Octal 33 252 316 127 21 0 23 300 115 56
Binary 11011 10101010 11001110 1010111 10001 0 10011 11000000 1001101 101110

Color Harmonies of #1BAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAACE

Black with #1BAACE

Text Example


Text Example

White with #1BAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,170,206); }

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

background-color css

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

 a { background-color: rgb(27,170,206); }

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

border-color css

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

 span { border-color: rgb(27,170,206); }

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