Html Css Color HEX #03AFB2 Iris Blue

📋 copy color: '#03AFB2'

red 3 ◦ green 175 ◦ blue 178

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

Shades of Iris Blue #03AFB2

Tints of Iris Blue #03AFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 50%

R = 0.84%
G = 49.16%
B = 50%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#03AFB2 (or 0x03AFB2) is known color: Iris Blue. HEX triplet: 03, AF and B2. RGB value is (3,175,178). Sum of RGB (Red+Green+Blue) = 3+175+178=356 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 178 (69.92% from 255 or 50% from 356); Max value from RGB is 178 - color contains mainly: blue. Hex color #03AFB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AFB2 is #FC504D. Grayscale: #7B7B7B. Windows color (decimal): -16535630 or 11710211. OLE color: 11710211.

HSL color Cylindrical-coordinate representation of color #03AFB2: hue angle of 181.03º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AFB2 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 3 175 178 -
CMYK 0.98 0.02 0 0.30
HSL 181.03º 0.97% 0.35% -
HSV(B) 181.03º 0.98% 0.7% -
XYZ 23.4 33.89 47.43 -
YUV 123.91 158.52 41.76 -
System Red Green Blue C M Y K H S L
Decimal 3 175 178 0.98 0.02 0 0.30 181.03 0.97 0.35
Hex 3 AF B2 62 2 0 1E B5 61 23
Octal 3 257 262 142 2 0 36 265 141 43
Binary 11 10101111 10110010 1100010 10 0 11110 10110101 1100001 100011

Color Harmonies of #03AFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AFB2

Black with #03AFB2

Text Example


Text Example

White with #03AFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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