Html Css Color HEX #03ADCF Iris Blue

📋 copy color: '#03ADCF'

red 3 ◦ green 173 ◦ blue 207

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

Shades of Iris Blue #03ADCF

Tints of Iris Blue #03ADCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.05%

R = 0.78%
G = 45.17%
B = 54.05%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#03ADCF (or 0x03ADCF) is known color: Iris Blue. HEX triplet: 03, AD and CF. RGB value is (3,173,207). Sum of RGB (Red+Green+Blue) = 3+173+207=383 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #03ADCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ADCF is #FC5230. Grayscale: #7D7D7D. Windows color (decimal): -16536113 or 13610243. OLE color: 13610243.

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

Color convert

RGB 3 173 207 -
CMYK 0.99 0.16 0 0.19
HSL 190º 0.97% 0.41% -
HSV(B) 190º 0.99% 0.81% -
XYZ 26.24 34.41 64.29 -
YUV 126.05 173.68 40.24 -
System Red Green Blue C M Y K H S L
Decimal 3 173 207 0.99 0.16 0 0.19 190 0.97 0.41
Hex 3 AD CF 63 10 0 13 BE 61 29
Octal 3 255 317 143 20 0 23 276 141 51
Binary 11 10101101 11001111 1100011 10000 0 10011 10111110 1100001 101001

Color Harmonies of #03ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03ADCF

Black with #03ADCF

Text Example


Text Example

White with #03ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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