Html Css Color HEX #03AFBC Iris Blue

📋 copy color: '#03AFBC'

red 3 ◦ green 175 ◦ blue 188

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

Shades of Iris Blue #03AFBC

Tints of Iris Blue #03AFBC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.81%

 BLUE value IS 188 (73.83% from 255) = 51.37%

R = 0.82%
G = 47.81%
B = 51.37%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#03AFBC (or 0x03AFBC) is known color: Iris Blue. HEX triplet: 03, AF and BC. RGB value is (3,175,188). Sum of RGB (Red+Green+Blue) = 3+175+188=366 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #03AFBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AFBC is #FC5043. Grayscale: #7C7C7C. Windows color (decimal): -16535620 or 12365571. OLE color: 12365571.

HSL color Cylindrical-coordinate representation of color #03AFBC: hue angle of 184.22º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AFBC is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 175 188 -
CMYK 0.98 0.07 0 0.26
HSL 184.22º 0.97% 0.37% -
HSV(B) 184.22º 0.98% 0.74% -
XYZ 24.44 34.31 52.91 -
YUV 125.05 163.52 40.94 -
System Red Green Blue C M Y K H S L
Decimal 3 175 188 0.98 0.07 0 0.26 184.22 0.97 0.37
Hex 3 AF BC 62 7 0 1A B8 61 25
Octal 3 257 274 142 7 0 32 270 141 45
Binary 11 10101111 10111100 1100010 111 0 11010 10111000 1100001 100101

Color Harmonies of #03AFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AFBC

Black with #03AFBC

Text Example


Text Example

White with #03AFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,175,188); }

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

background-color css

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

 a { background-color: rgb(3,175,188); }

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

border-color css

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

 span { border-color: rgb(3,175,188); }

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