Html Css Color HEX #03B8DC Iris Blue

📋 copy color: '#03B8DC'

red 3 ◦ green 184 ◦ blue 220

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

Shades of Iris Blue #03B8DC

Tints of Iris Blue #03B8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.21%

 BLUE value IS 220 (86.33% from 255) = 54.05%

R = 0.74%
G = 45.21%
B = 54.05%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#03B8DC (or 0x03B8DC) is known color: Iris Blue. HEX triplet: 03, B8 and DC. RGB value is (3,184,220). Sum of RGB (Red+Green+Blue) = 3+184+220=407 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #03B8DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03B8DC is #FC4723. Grayscale: #858585. Windows color (decimal): -16533284 or 14465027. OLE color: 14465027.

HSL color Cylindrical-coordinate representation of color #03B8DC: hue angle of 189.95º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03B8DC is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 184 220 -
CMYK 0.99 0.16 0 0.14
HSL 189.95º 0.97% 0.44% -
HSV(B) 189.95º 0.99% 0.86% -
XYZ 30.1 39.47 73.74 -
YUV 133.99 176.53 34.57 -
System Red Green Blue C M Y K H S L
Decimal 3 184 220 0.99 0.16 0 0.14 189.95 0.97 0.44
Hex 3 B8 DC 63 10 0 E BE 61 2C
Octal 3 270 334 143 20 0 16 276 141 54
Binary 11 10111000 11011100 1100011 10000 0 1110 10111110 1100001 101100

Color Harmonies of #03B8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B8DC

Black with #03B8DC

Text Example


Text Example

White with #03B8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,184,220); }

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

background-color css

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

 a { background-color: rgb(3,184,220); }

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

border-color css

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

 span { border-color: rgb(3,184,220); }

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