Html Css Color HEX #1FBBCA Iris Blue

📋 copy color: '#1FBBCA'

red 31 ◦ green 187 ◦ blue 202

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

Shades of Iris Blue #1FBBCA

Tints of Iris Blue #1FBBCA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.52%

 BLUE value IS 202 (79.3% from 255) = 48.1%

R = 7.38%
G = 44.52%
B = 48.1%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1FBBCA (or 0x1FBBCA) is known color: Iris Blue. HEX triplet: 1F, BB and CA. RGB value is (31,187,202). Sum of RGB (Red+Green+Blue) = 31+187+202=420 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.38% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #1FBBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBBCA is #E04435. Grayscale: #8D8D8D. Windows color (decimal): -14697526 or 13286175. OLE color: 13286175.

HSL color Cylindrical-coordinate representation of color #1FBBCA: hue angle of 185.26º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FBBCA is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 31 187 202 -
CMYK 0.85 0.07 0 0.21
HSL 185.26º 0.73% 0.46% -
HSV(B) 185.26º 0.85% 0.79% -
XYZ 29 40.1 62.09 -
YUV 142.07 161.82 48.78 -
System Red Green Blue C M Y K H S L
Decimal 31 187 202 0.85 0.07 0 0.21 185.26 0.73 0.46
Hex 1F BB CA 55 7 0 15 B9 49 2E
Octal 37 273 312 125 7 0 25 271 111 56
Binary 11111 10111011 11001010 1010101 111 0 10101 10111001 1001001 101110

Color Harmonies of #1FBBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBBCA

Black with #1FBBCA

Text Example


Text Example

White with #1FBBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,187,202); }

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

background-color css

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

 a { background-color: rgb(31,187,202); }

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

border-color css

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

 span { border-color: rgb(31,187,202); }

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