Html Css Color HEX #03BCDB Iris Blue

📋 copy color: '#03BCDB'

red 3 ◦ green 188 ◦ blue 219

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

Shades of Iris Blue #03BCDB

Tints of Iris Blue #03BCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.41%

R = 0.73%
G = 45.85%
B = 53.41%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#03BCDB (or 0x03BCDB) is known color: Iris Blue. HEX triplet: 03, BC and DB. RGB value is (3,188,219). Sum of RGB (Red+Green+Blue) = 3+188+219=410 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #03BCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BCDB is #FC4324. Grayscale: #878787. Windows color (decimal): -16532261 or 14400515. OLE color: 14400515.

HSL color Cylindrical-coordinate representation of color #03BCDB: hue angle of 188.61º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BCDB is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 188 219 -
CMYK 0.99 0.14 0 0.14
HSL 188.61º 0.97% 0.44% -
HSV(B) 188.61º 0.99% 0.86% -
XYZ 30.81 41.1 73.33 -
YUV 136.22 174.71 32.98 -
System Red Green Blue C M Y K H S L
Decimal 3 188 219 0.99 0.14 0 0.14 188.61 0.97 0.44
Hex 3 BC DB 63 E 0 E BD 61 2C
Octal 3 274 333 143 16 0 16 275 141 54
Binary 11 10111100 11011011 1100011 1110 0 1110 10111101 1100001 101100

Color Harmonies of #03BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BCDB

Black with #03BCDB

Text Example


Text Example

White with #03BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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