Html Css Color HEX #03BACE Iris Blue

📋 copy color: '#03BACE'

red 3 ◦ green 186 ◦ blue 206

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

Shades of Iris Blue #03BACE

Tints of Iris Blue #03BACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.15%

R = 0.76%
G = 47.09%
B = 52.15%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#03BACE (or 0x03BACE) is known color: Iris Blue. HEX triplet: 03, BA and CE. RGB value is (3,186,206). Sum of RGB (Red+Green+Blue) = 3+186+206=395 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #03BACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BACE is #FC4531. Grayscale: #858585. Windows color (decimal): -16532786 or 13548035. OLE color: 13548035.

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

Color convert

RGB 3 186 206 -
CMYK 0.99 0.10 0 0.19
HSL 185.91º 0.97% 0.41% -
HSV(B) 185.91º 0.99% 0.81% -
XYZ 28.74 39.59 64.52 -
YUV 133.56 168.87 34.87 -
System Red Green Blue C M Y K H S L
Decimal 3 186 206 0.99 0.10 0 0.19 185.91 0.97 0.41
Hex 3 BA CE 63 A 0 13 BA 61 29
Octal 3 272 316 143 12 0 23 272 141 51
Binary 11 10111010 11001110 1100011 1010 0 10011 10111010 1100001 101001

Color Harmonies of #03BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BACE

Black with #03BACE

Text Example


Text Example

White with #03BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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