Html Css Color HEX #1FBCCF Iris Blue

📋 copy color: '#1FBCCF'

red 31 ◦ green 188 ◦ blue 207

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

Shades of Iris Blue #1FBCCF

Tints of Iris Blue #1FBCCF

RGB

 RED value IS 31 (12.5% from 255) = 7.28%

 GREEN value IS 188 (73.83% from 255) = 44.13%

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

R = 7.28%
G = 44.13%
B = 48.59%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1FBCCF (or 0x1FBCCF) is known color: Iris Blue. HEX triplet: 1F, BC and CF. RGB value is (31,188,207). Sum of RGB (Red+Green+Blue) = 31+188+207=426 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.28% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #1FBCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBCCF is #E04330. Grayscale: #8E8E8E. Windows color (decimal): -14697265 or 13614111. OLE color: 13614111.

HSL color Cylindrical-coordinate representation of color #1FBCCF: hue angle of 186.48º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FBCCF is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 188 207 -
CMYK 0.85 0.09 0 0.19
HSL 186.48º 0.74% 0.47% -
HSV(B) 186.48º 0.85% 0.81% -
XYZ 29.81 40.76 65.33 -
YUV 143.22 163.99 47.96 -
System Red Green Blue C M Y K H S L
Decimal 31 188 207 0.85 0.09 0 0.19 186.48 0.74 0.47
Hex 1F BC CF 55 9 0 13 BA 4A 2F
Octal 37 274 317 125 11 0 23 272 112 57
Binary 11111 10111100 11001111 1010101 1001 0 10011 10111010 1001010 101111

Color Harmonies of #1FBCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBCCF

Black with #1FBCCF

Text Example


Text Example

White with #1FBCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,188,207); }

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

background-color css

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

 a { background-color: rgb(31,188,207); }

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

border-color css

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

 span { border-color: rgb(31,188,207); }

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