Html Css Color HEX #03BFC2 Iris Blue

📋 copy color: '#03BFC2'

red 3 ◦ green 191 ◦ blue 194

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

Shades of Iris Blue #03BFC2

Tints of Iris Blue #03BFC2

RGB

 RED value IS 3 (1.56% from 255) = 0.77%

 GREEN value IS 191 (75% from 255) = 49.23%

 BLUE value IS 194 (76.17% from 255) = 50%

R = 0.77%
G = 49.23%
B = 50%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#03BFC2 (or 0x03BFC2) is known color: Iris Blue. HEX triplet: 03, BF and C2. RGB value is (3,191,194). Sum of RGB (Red+Green+Blue) = 3+191+194=388 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 388); Green value is 191 (75% from 255 or 49.23% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #03BFC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BFC2 is #FC403D. Grayscale: #868686. Windows color (decimal): -16531518 or 12762883. OLE color: 12762883.

HSL color Cylindrical-coordinate representation of color #03BFC2: hue angle of 180.94º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BFC2 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 191 194 -
CMYK 0.98 0.02 0 0.24
HSL 180.94º 0.97% 0.39% -
HSV(B) 180.94º 0.98% 0.76% -
XYZ 28.41 41.18 57.49 -
YUV 135.13 161.22 33.76 -
System Red Green Blue C M Y K H S L
Decimal 3 191 194 0.98 0.02 0 0.24 180.94 0.97 0.39
Hex 3 BF C2 62 2 0 18 B5 61 27
Octal 3 277 302 142 2 0 30 265 141 47
Binary 11 10111111 11000010 1100010 10 0 11000 10110101 1100001 100111

Color Harmonies of #03BFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BFC2

Black with #03BFC2

Text Example


Text Example

White with #03BFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03BFC2; }

 p { color: rgb(3,191,194); }

 H1.HeaderClassName
 {
   color: #03BFC2;
 }
 .AnyTagClassName
 {
   color: #03BFC2;
 }
</style>

background-color css

<style>
 a { background-color: #03BFC2; }

 a { background-color: rgb(3,191,194); }

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

border-color css

<style>
 span { border-color: #03BFC2; }

 span { border-color: rgb(3,191,194); }

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