Html Css Color HEX #03BDDC Iris Blue

📋 copy color: '#03BDDC'

red 3 ◦ green 189 ◦ blue 220

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

Shades of Iris Blue #03BDDC

Tints of Iris Blue #03BDDC

RGB

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

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

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

R = 0.73%
G = 45.87%
B = 53.4%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#03BDDC (or 0x03BDDC) is known color: Iris Blue. HEX triplet: 03, BD and DC. RGB value is (3,189,220). Sum of RGB (Red+Green+Blue) = 3+189+220=412 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #03BDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BDDC is #FC4223. Grayscale: #888888. Windows color (decimal): -16532004 or 14466307. OLE color: 14466307.

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

Color convert

RGB 3 189 220 -
CMYK 0.99 0.14 0 0.14
HSL 188.57º 0.97% 0.44% -
HSV(B) 188.57º 0.99% 0.86% -
XYZ 31.15 41.58 74.09 -
YUV 136.92 174.88 32.48 -
System Red Green Blue C M Y K H S L
Decimal 3 189 220 0.99 0.14 0 0.14 188.57 0.97 0.44
Hex 3 BD DC 63 E 0 E BD 61 2C
Octal 3 275 334 143 16 0 16 275 141 54
Binary 11 10111101 11011100 1100011 1110 0 1110 10111101 1100001 101100

Color Harmonies of #03BDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BDDC

Black with #03BDDC

Text Example


Text Example

White with #03BDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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