Html Css Color HEX #03BDCB Iris Blue

📋 copy color: '#03BDCB'

red 3 ◦ green 189 ◦ blue 203

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

Shades of Iris Blue #03BDCB

Tints of Iris Blue #03BDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.85%

 BLUE value IS 203 (79.69% from 255) = 51.39%

R = 0.76%
G = 47.85%
B = 51.39%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#03BDCB (or 0x03BDCB) is known color: Iris Blue. HEX triplet: 03, BD and CB. RGB value is (3,189,203). Sum of RGB (Red+Green+Blue) = 3+189+203=395 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #03BDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BDCB is #FC4234. Grayscale: #868686. Windows color (decimal): -16532021 or 13352195. OLE color: 13352195.

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

Color convert

RGB 3 189 203 -
CMYK 0.99 0.07 0 0.20
HSL 184.2º 0.97% 0.4% -
HSV(B) 184.2º 0.99% 0.8% -
XYZ 29.01 40.73 62.83 -
YUV 134.98 166.38 33.86 -
System Red Green Blue C M Y K H S L
Decimal 3 189 203 0.99 0.07 0 0.20 184.2 0.97 0.4
Hex 3 BD CB 63 7 0 14 B8 61 28
Octal 3 275 313 143 7 0 24 270 141 50
Binary 11 10111101 11001011 1100011 111 0 10100 10111000 1100001 101000

Color Harmonies of #03BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BDCB

Black with #03BDCB

Text Example


Text Example

White with #03BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,189,203); }

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

background-color css

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

 a { background-color: rgb(3,189,203); }

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

border-color css

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

 span { border-color: rgb(3,189,203); }

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