Html Css Color HEX #03BCD7 Iris Blue

📋 copy color: '#03BCD7'

red 3 ◦ green 188 ◦ blue 215

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

Shades of Iris Blue #03BCD7

Tints of Iris Blue #03BCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 52.96%

R = 0.74%
G = 46.31%
B = 52.96%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#03BCD7 (or 0x03BCD7) is known color: Iris Blue. HEX triplet: 03, BC and D7. RGB value is (3,188,215). Sum of RGB (Red+Green+Blue) = 3+188+215=406 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 215 (84.38% from 255 or 52.96% from 406); Max value from RGB is 215 - color contains mainly: blue. Hex color #03BCD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BCD7 is #FC4328. Grayscale: #878787. Windows color (decimal): -16532265 or 14138371. OLE color: 14138371.

HSL color Cylindrical-coordinate representation of color #03BCD7: hue angle of 187.64º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BCD7 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 3 188 215 -
CMYK 0.99 0.13 0 0.16
HSL 187.64º 0.97% 0.43% -
HSV(B) 187.64º 0.99% 0.84% -
XYZ 30.29 40.89 70.59 -
YUV 135.76 172.71 33.3 -
System Red Green Blue C M Y K H S L
Decimal 3 188 215 0.99 0.13 0 0.16 187.64 0.97 0.43
Hex 3 BC D7 63 D 0 10 BC 61 2B
Octal 3 274 327 143 15 0 20 274 141 53
Binary 11 10111100 11010111 1100011 1101 0 10000 10111100 1100001 101011

Color Harmonies of #03BCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BCD7

Black with #03BCD7

Text Example


Text Example

White with #03BCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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