Html Css Color HEX #03B0DD Iris Blue

📋 copy color: '#03B0DD'

red 3 ◦ green 176 ◦ blue 221

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

Shades of Iris Blue #03B0DD

Tints of Iris Blue #03B0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.25%

R = 0.75%
G = 44%
B = 55.25%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#03B0DD (or 0x03B0DD) is known color: Iris Blue. HEX triplet: 03, B0 and DD. RGB value is (3,176,221). Sum of RGB (Red+Green+Blue) = 3+176+221=400 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #03B0DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03B0DD is #FC4F22. Grayscale: #818181. Windows color (decimal): -16535331 or 14528515. OLE color: 14528515.

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

Color convert

RGB 3 176 221 -
CMYK 0.99 0.20 0 0.13
HSL 192.39º 0.97% 0.44% -
HSV(B) 192.39º 0.99% 0.87% -
XYZ 28.61 36.29 73.9 -
YUV 129.4 179.69 37.84 -
System Red Green Blue C M Y K H S L
Decimal 3 176 221 0.99 0.20 0 0.13 192.39 0.97 0.44
Hex 3 B0 DD 63 14 0 D C0 61 2C
Octal 3 260 335 143 24 0 15 300 141 54
Binary 11 10110000 11011101 1100011 10100 0 1101 11000000 1100001 101100

Color Harmonies of #03B0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B0DD

Black with #03B0DD

Text Example


Text Example

White with #03B0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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