Html Css Color HEX #03B1D0 Iris Blue

📋 copy color: '#03B1D0'

red 3 ◦ green 177 ◦ blue 208

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

Shades of Iris Blue #03B1D0

Tints of Iris Blue #03B1D0

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.62%

 BLUE value IS 208 (81.64% from 255) = 53.61%

R = 0.77%
G = 45.62%
B = 53.61%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#03B1D0 (or 0x03B1D0) is known color: Iris Blue. HEX triplet: 03, B1 and D0. RGB value is (3,177,208). Sum of RGB (Red+Green+Blue) = 3+177+208=388 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 208 (81.64% from 255 or 53.61% from 388); Max value from RGB is 208 - color contains mainly: blue. Hex color #03B1D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03B1D0 is #FC4E2F. Grayscale: #808080. Windows color (decimal): -16535088 or 13676803. OLE color: 13676803.

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

Color convert

RGB 3 177 208 -
CMYK 0.99 0.15 0 0.18
HSL 189.07º 0.97% 0.41% -
HSV(B) 189.07º 0.99% 0.82% -
XYZ 27.14 36.02 65.2 -
YUV 128.51 172.85 38.48 -
System Red Green Blue C M Y K H S L
Decimal 3 177 208 0.99 0.15 0 0.18 189.07 0.97 0.41
Hex 3 B1 D0 63 F 0 12 BD 61 29
Octal 3 261 320 143 17 0 22 275 141 51
Binary 11 10110001 11010000 1100011 1111 0 10010 10111101 1100001 101001

Color Harmonies of #03B1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B1D0

Black with #03B1D0

Text Example


Text Example

White with #03B1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,177,208); }

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

background-color css

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

 a { background-color: rgb(3,177,208); }

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

border-color css

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

 span { border-color: rgb(3,177,208); }

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