Html Css Color HEX #03BACD Iris Blue

📋 copy color: '#03BACD'

red 3 ◦ green 186 ◦ blue 205

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

Shades of Iris Blue #03BACD

Tints of Iris Blue #03BACD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.21%

 BLUE value IS 205 (80.47% from 255) = 52.03%

R = 0.76%
G = 47.21%
B = 52.03%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#03BACD (or 0x03BACD) is known color: Iris Blue. HEX triplet: 03, BA and CD. RGB value is (3,186,205). Sum of RGB (Red+Green+Blue) = 3+186+205=394 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #03BACD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BACD is #FC4532. Grayscale: #858585. Windows color (decimal): -16532787 or 13482499. OLE color: 13482499.

HSL color Cylindrical-coordinate representation of color #03BACD: hue angle of 185.64º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BACD is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 186 205 -
CMYK 0.99 0.09 0 0.20
HSL 185.64º 0.97% 0.41% -
HSV(B) 185.64º 0.99% 0.8% -
XYZ 28.62 39.54 63.88 -
YUV 133.45 168.37 34.96 -
System Red Green Blue C M Y K H S L
Decimal 3 186 205 0.99 0.09 0 0.20 185.64 0.97 0.41
Hex 3 BA CD 63 9 0 14 BA 61 29
Octal 3 272 315 143 11 0 24 272 141 51
Binary 11 10111010 11001101 1100011 1001 0 10100 10111010 1100001 101001

Color Harmonies of #03BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BACD

Black with #03BACD

Text Example


Text Example

White with #03BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,186,205); }

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

background-color css

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

 a { background-color: rgb(3,186,205); }

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

border-color css

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

 span { border-color: rgb(3,186,205); }

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