Html Css Color HEX #1FB0CF Iris Blue

📋 copy color: '#1FB0CF'

red 31 ◦ green 176 ◦ blue 207

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

Shades of Iris Blue #1FB0CF

Tints of Iris Blue #1FB0CF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.51%

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

R = 7.49%
G = 42.51%
B = 50%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1FB0CF (or 0x1FB0CF) is known color: Iris Blue. HEX triplet: 1F, B0 and CF. RGB value is (31,176,207). Sum of RGB (Red+Green+Blue) = 31+176+207=414 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.49% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #1FB0CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FB0CF is #E04F30. Grayscale: #878787. Windows color (decimal): -14700337 or 13611039. OLE color: 13611039.

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

Color convert

RGB 31 176 207 -
CMYK 0.85 0.15 0 0.19
HSL 190.57º 0.74% 0.47% -
HSV(B) 190.57º 0.85% 0.81% -
XYZ 27.35 35.85 64.51 -
YUV 136.18 167.96 52.98 -
System Red Green Blue C M Y K H S L
Decimal 31 176 207 0.85 0.15 0 0.19 190.57 0.74 0.47
Hex 1F B0 CF 55 F 0 13 BF 4A 2F
Octal 37 260 317 125 17 0 23 277 112 57
Binary 11111 10110000 11001111 1010101 1111 0 10011 10111111 1001010 101111

Color Harmonies of #1FB0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB0CF

Black with #1FB0CF

Text Example


Text Example

White with #1FB0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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