Html Css Color HEX #03BCC7 Iris Blue

📋 copy color: '#03BCC7'

red 3 ◦ green 188 ◦ blue 199

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

Shades of Iris Blue #03BCC7

Tints of Iris Blue #03BCC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 51.03%

R = 0.77%
G = 48.21%
B = 51.03%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#03BCC7 (or 0x03BCC7) is known color: Iris Blue. HEX triplet: 03, BC and C7. RGB value is (3,188,199). Sum of RGB (Red+Green+Blue) = 3+188+199=390 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 199 (78.12% from 255 or 51.03% from 390); Max value from RGB is 199 - color contains mainly: blue. Hex color #03BCC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BCC7 is #FC4338. Grayscale: #858585. Windows color (decimal): -16532281 or 13089795. OLE color: 13089795.

HSL color Cylindrical-coordinate representation of color #03BCC7: hue angle of 183.37º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BCC7 is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 3 188 199 -
CMYK 0.98 0.06 0 0.22
HSL 183.37º 0.97% 0.4% -
HSV(B) 183.37º 0.98% 0.78% -
XYZ 28.33 40.11 60.28 -
YUV 133.94 164.71 34.61 -
System Red Green Blue C M Y K H S L
Decimal 3 188 199 0.98 0.06 0 0.22 183.37 0.97 0.4
Hex 3 BC C7 62 6 0 16 B7 61 28
Octal 3 274 307 142 6 0 26 267 141 50
Binary 11 10111100 11000111 1100010 110 0 10110 10110111 1100001 101000

Color Harmonies of #03BCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BCC7

Black with #03BCC7

Text Example


Text Example

White with #03BCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,188,199); }

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

background-color css

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

 a { background-color: rgb(3,188,199); }

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

border-color css

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

 span { border-color: rgb(3,188,199); }

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