Html Css Color HEX #03BFC3 Iris Blue

📋 copy color: '#03BFC3'

red 3 ◦ green 191 ◦ blue 195

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

Shades of Iris Blue #03BFC3

Tints of Iris Blue #03BFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 50.13%

R = 0.77%
G = 49.1%
B = 50.13%

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

#03BFC3 (or 0x03BFC3) is known color: Iris Blue. HEX triplet: 03, BF and C3. RGB value is (3,191,195). Sum of RGB (Red+Green+Blue) = 3+191+195=389 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 195 (76.56% from 255 or 50.13% from 389); Max value from RGB is 195 - color contains mainly: blue. Hex color #03BFC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BFC3 is #FC403C. Grayscale: #878787. Windows color (decimal): -16531517 or 12828419. OLE color: 12828419.

HSL color Cylindrical-coordinate representation of color #03BFC3: hue angle of 181.25º 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 #03BFC3 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 191 195 -
CMYK 0.98 0.02 0 0.24
HSL 181.25º 0.97% 0.39% -
HSV(B) 181.25º 0.98% 0.76% -
XYZ 28.52 41.22 58.08 -
YUV 135.24 161.72 33.67 -
System Red Green Blue C M Y K H S L
Decimal 3 191 195 0.98 0.02 0 0.24 181.25 0.97 0.39
Hex 3 BF C3 62 2 0 18 B5 61 27
Octal 3 277 303 142 2 0 30 265 141 47
Binary 11 10111111 11000011 1100010 10 0 11000 10110101 1100001 100111

Color Harmonies of #03BFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BFC3

Black with #03BFC3

Text Example


Text Example

White with #03BFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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