Html Css Color HEX #1BABCF Iris Blue

📋 copy color: '#1BABCF'

red 27 ◦ green 171 ◦ blue 207

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

Shades of Iris Blue #1BABCF

Tints of Iris Blue #1BABCF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.22%

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

R = 6.67%
G = 42.22%
B = 51.11%

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

#1BABCF (or 0x1BABCF) is known color: Iris Blue. HEX triplet: 1B, AB and CF. RGB value is (27,171,207). Sum of RGB (Red+Green+Blue) = 27+171+207=405 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.67% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #1BABCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BABCF is #E45430. Grayscale: #838383. Windows color (decimal): -14963761 or 13609755. OLE color: 13609755.

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

Color convert

RGB 27 171 207 -
CMYK 0.87 0.17 0 0.19
HSL 192º 0.77% 0.46% -
HSV(B) 192º 0.87% 0.81% -
XYZ 26.28 33.86 64.18 -
YUV 132.05 170.29 53.07 -
System Red Green Blue C M Y K H S L
Decimal 27 171 207 0.87 0.17 0 0.19 192 0.77 0.46
Hex 1B AB CF 57 11 0 13 C0 4D 2E
Octal 33 253 317 127 21 0 23 300 115 56
Binary 11011 10101011 11001111 1010111 10001 0 10011 11000000 1001101 101110

Color Harmonies of #1BABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BABCF

Black with #1BABCF

Text Example


Text Example

White with #1BABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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