Html Css Color HEX #1BAECF Iris Blue

📋 copy color: '#1BAECF'

red 27 ◦ green 174 ◦ blue 207

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

Shades of Iris Blue #1BAECF

Tints of Iris Blue #1BAECF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.65%

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

R = 6.62%
G = 42.65%
B = 50.74%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1BAECF (or 0x1BAECF) is known color: Iris Blue. HEX triplet: 1B, AE and CF. RGB value is (27,174,207). Sum of RGB (Red+Green+Blue) = 27+174+207=408 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.62% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #1BAECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAECF is #E45130. Grayscale: #858585. Windows color (decimal): -14962993 or 13610523. OLE color: 13610523.

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

Color convert

RGB 27 174 207 -
CMYK 0.87 0.16 0 0.19
HSL 191º 0.77% 0.46% -
HSV(B) 191º 0.87% 0.81% -
XYZ 26.85 35.01 64.37 -
YUV 133.81 169.3 51.82 -
System Red Green Blue C M Y K H S L
Decimal 27 174 207 0.87 0.16 0 0.19 191 0.77 0.46
Hex 1B AE CF 57 10 0 13 BF 4D 2E
Octal 33 256 317 127 20 0 23 277 115 56
Binary 11011 10101110 11001111 1010111 10000 0 10011 10111111 1001101 101110

Color Harmonies of #1BAECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAECF

Black with #1BAECF

Text Example


Text Example

White with #1BAECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,174,207); }

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

background-color css

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

 a { background-color: rgb(27,174,207); }

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

border-color css

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

 span { border-color: rgb(27,174,207); }

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