Html Css Color HEX #03B5CB Iris Blue

📋 copy color: '#03B5CB'

red 3 ◦ green 181 ◦ blue 203

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

Shades of Iris Blue #03B5CB

Tints of Iris Blue #03B5CB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.77%

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

R = 0.78%
G = 46.77%
B = 52.45%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#03B5CB (or 0x03B5CB) is known color: Iris Blue. HEX triplet: 03, B5 and CB. RGB value is (3,181,203). Sum of RGB (Red+Green+Blue) = 3+181+203=387 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #03B5CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03B5CB is #FC4A34. Grayscale: #828282. Windows color (decimal): -16534069 or 13350147. OLE color: 13350147.

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

Color convert

RGB 3 181 203 -
CMYK 0.99 0.11 0 0.20
HSL 186.6º 0.97% 0.4% -
HSV(B) 186.6º 0.99% 0.8% -
XYZ 27.34 37.38 62.27 -
YUV 130.29 169.03 37.21 -
System Red Green Blue C M Y K H S L
Decimal 3 181 203 0.99 0.11 0 0.20 186.6 0.97 0.4
Hex 3 B5 CB 63 B 0 14 BB 61 28
Octal 3 265 313 143 13 0 24 273 141 50
Binary 11 10110101 11001011 1100011 1011 0 10100 10111011 1100001 101000

Color Harmonies of #03B5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B5CB

Black with #03B5CB

Text Example


Text Example

White with #03B5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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