Html Css Color HEX #03ADCB Iris Blue

📋 copy color: '#03ADCB'

red 3 ◦ green 173 ◦ blue 203

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

Shades of Iris Blue #03ADCB

Tints of Iris Blue #03ADCB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.65%

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

R = 0.79%
G = 45.65%
B = 53.56%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#03ADCB (or 0x03ADCB) is known color: Iris Blue. HEX triplet: 03, AD and CB. RGB value is (3,173,203). Sum of RGB (Red+Green+Blue) = 3+173+203=379 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #03ADCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ADCB is #FC5234. Grayscale: #7D7D7D. Windows color (decimal): -16536117 or 13348099. OLE color: 13348099.

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

Color convert

RGB 3 173 203 -
CMYK 0.99 0.15 0 0.20
HSL 189º 0.97% 0.4% -
HSV(B) 189º 0.99% 0.8% -
XYZ 25.76 34.22 61.75 -
YUV 125.59 171.68 40.56 -
System Red Green Blue C M Y K H S L
Decimal 3 173 203 0.99 0.15 0 0.20 189 0.97 0.4
Hex 3 AD CB 63 F 0 14 BD 61 28
Octal 3 255 313 143 17 0 24 275 141 50
Binary 11 10101101 11001011 1100011 1111 0 10100 10111101 1100001 101000

Color Harmonies of #03ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03ADCB

Black with #03ADCB

Text Example


Text Example

White with #03ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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