Html Css Color HEX #03BECC Iris Blue

📋 copy color: '#03BECC'

red 3 ◦ green 190 ◦ blue 204

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

Shades of Iris Blue #03BECC

Tints of Iris Blue #03BECC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.86%

 BLUE value IS 204 (80.08% from 255) = 51.39%

R = 0.76%
G = 47.86%
B = 51.39%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#03BECC (or 0x03BECC) is known color: Iris Blue. HEX triplet: 03, BE and CC. RGB value is (3,190,204). Sum of RGB (Red+Green+Blue) = 3+190+204=397 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #03BECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BECC is #FC4133. Grayscale: #878787. Windows color (decimal): -16531764 or 13417987. OLE color: 13417987.

HSL color Cylindrical-coordinate representation of color #03BECC: hue angle of 184.18º 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 #03BECC is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 190 204 -
CMYK 0.99 0.07 0 0.2
HSL 184.18º 0.97% 0.41% -
HSV(B) 184.18º 0.99% 0.8% -
XYZ 29.35 41.21 63.53 -
YUV 135.68 166.55 33.36 -
System Red Green Blue C M Y K H S L
Decimal 3 190 204 0.99 0.07 0 0.2 184.18 0.97 0.41
Hex 3 BE CC 63 7 0 14 B8 61 29
Octal 3 276 314 143 7 0 24 270 141 51
Binary 11 10111110 11001100 1100011 111 0 10100 10111000 1100001 101001

Color Harmonies of #03BECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BECC

Black with #03BECC

Text Example


Text Example

White with #03BECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,190,204); }

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

background-color css

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

 a { background-color: rgb(3,190,204); }

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

border-color css

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

 span { border-color: rgb(3,190,204); }

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