Html Css Color HEX #03B0CB Iris Blue

📋 copy color: '#03B0CB'

red 3 ◦ green 176 ◦ blue 203

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

Shades of Iris Blue #03B0CB

Tints of Iris Blue #03B0CB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.07%

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

R = 0.79%
G = 46.07%
B = 53.14%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#03B0CB (or 0x03B0CB) is known color: Iris Blue. HEX triplet: 03, B0 and CB. RGB value is (3,176,203). Sum of RGB (Red+Green+Blue) = 3+176+203=382 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #03B0CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03B0CB is #FC4F34. Grayscale: #7F7F7F. Windows color (decimal): -16535349 or 13348867. OLE color: 13348867.

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

Color convert

RGB 3 176 203 -
CMYK 0.99 0.13 0 0.20
HSL 188.1º 0.97% 0.4% -
HSV(B) 188.1º 0.99% 0.8% -
XYZ 26.34 35.38 61.94 -
YUV 127.35 170.69 39.3 -
System Red Green Blue C M Y K H S L
Decimal 3 176 203 0.99 0.13 0 0.20 188.1 0.97 0.4
Hex 3 B0 CB 63 D 0 14 BC 61 28
Octal 3 260 313 143 15 0 24 274 141 50
Binary 11 10110000 11001011 1100011 1101 0 10100 10111100 1100001 101000

Color Harmonies of #03B0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B0CB

Black with #03B0CB

Text Example


Text Example

White with #03B0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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