Html Css Color HEX #1FBCCD Iris Blue

📋 copy color: '#1FBCCD'

red 31 ◦ green 188 ◦ blue 205

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

Shades of Iris Blue #1FBCCD

Tints of Iris Blue #1FBCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.35%

R = 7.31%
G = 44.34%
B = 48.35%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1FBCCD (or 0x1FBCCD) is known color: Iris Blue. HEX triplet: 1F, BC and CD. RGB value is (31,188,205). Sum of RGB (Red+Green+Blue) = 31+188+205=424 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.31% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #1FBCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBCCD is #E04332. Grayscale: #8E8E8E. Windows color (decimal): -14697267 or 13483039. OLE color: 13483039.

HSL color Cylindrical-coordinate representation of color #1FBCCD: hue angle of 185.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FBCCD is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 31 188 205 -
CMYK 0.85 0.08 0 0.20
HSL 185.86º 0.74% 0.46% -
HSV(B) 185.86º 0.85% 0.8% -
XYZ 29.57 40.67 64.05 -
YUV 143 162.99 48.12 -
System Red Green Blue C M Y K H S L
Decimal 31 188 205 0.85 0.08 0 0.20 185.86 0.74 0.46
Hex 1F BC CD 55 8 0 14 BA 4A 2E
Octal 37 274 315 125 10 0 24 272 112 56
Binary 11111 10111100 11001101 1010101 1000 0 10100 10111010 1001010 101110

Color Harmonies of #1FBCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBCCD

Black with #1FBCCD

Text Example


Text Example

White with #1FBCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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