Html Css Color HEX #1BAFCE Iris Blue

📋 copy color: '#1BAFCE'

red 27 ◦ green 175 ◦ blue 206

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

Shades of Iris Blue #1BAFCE

Tints of Iris Blue #1BAFCE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.89%

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

R = 6.62%
G = 42.89%
B = 50.49%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1BAFCE (or 0x1BAFCE) is known color: Iris Blue. HEX triplet: 1B, AF and CE. RGB value is (27,175,206). Sum of RGB (Red+Green+Blue) = 27+175+206=408 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.62% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #1BAFCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAFCE is #E45031. Grayscale: #868686. Windows color (decimal): -14962738 or 13545243. OLE color: 13545243.

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

Color convert

RGB 27 175 206 -
CMYK 0.87 0.15 0 0.19
HSL 190.39º 0.77% 0.46% -
HSV(B) 190.39º 0.87% 0.81% -
XYZ 26.92 35.35 63.8 -
YUV 134.28 168.47 51.48 -
System Red Green Blue C M Y K H S L
Decimal 27 175 206 0.87 0.15 0 0.19 190.39 0.77 0.46
Hex 1B AF CE 57 F 0 13 BE 4D 2E
Octal 33 257 316 127 17 0 23 276 115 56
Binary 11011 10101111 11001110 1010111 1111 0 10011 10111110 1001101 101110

Color Harmonies of #1BAFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAFCE

Black with #1BAFCE

Text Example


Text Example

White with #1BAFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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