Html Css Color HEX #03AFCE Iris Blue

📋 copy color: '#03AFCE'

red 3 ◦ green 175 ◦ blue 206

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

Shades of Iris Blue #03AFCE

Tints of Iris Blue #03AFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.65%

R = 0.78%
G = 45.57%
B = 53.65%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#03AFCE (or 0x03AFCE) is known color: Iris Blue. HEX triplet: 03, AF and CE. RGB value is (3,175,206). Sum of RGB (Red+Green+Blue) = 3+175+206=384 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #03AFCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AFCE is #FC5031. Grayscale: #7E7E7E. Windows color (decimal): -16535602 or 13545219. OLE color: 13545219.

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

Color convert

RGB 3 175 206 -
CMYK 0.99 0.15 0 0.19
HSL 189.16º 0.97% 0.41% -
HSV(B) 189.16º 0.99% 0.81% -
XYZ 26.51 35.14 63.78 -
YUV 127.11 172.52 39.48 -
System Red Green Blue C M Y K H S L
Decimal 3 175 206 0.99 0.15 0 0.19 189.16 0.97 0.41
Hex 3 AF CE 63 F 0 13 BD 61 29
Octal 3 257 316 143 17 0 23 275 141 51
Binary 11 10101111 11001110 1100011 1111 0 10011 10111101 1100001 101001

Color Harmonies of #03AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AFCE

Black with #03AFCE

Text Example


Text Example

White with #03AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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