Html Css Color HEX #03AFDA Iris Blue

📋 copy color: '#03AFDA'

red 3 ◦ green 175 ◦ blue 218

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

Shades of Iris Blue #03AFDA

Tints of Iris Blue #03AFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.05%

R = 0.76%
G = 44.19%
B = 55.05%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#03AFDA (or 0x03AFDA) is known color: Iris Blue. HEX triplet: 03, AF and DA. RGB value is (3,175,218). Sum of RGB (Red+Green+Blue) = 3+175+218=396 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #03AFDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AFDA is #FC5025. Grayscale: #808080. Windows color (decimal): -16535590 or 14331651. OLE color: 14331651.

HSL color Cylindrical-coordinate representation of color #03AFDA: hue angle of 192º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AFDA is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 3 175 218 -
CMYK 0.99 0.20 0 0.15
HSL 192º 0.97% 0.43% -
HSV(B) 192º 0.99% 0.85% -
XYZ 28.02 35.74 71.75 -
YUV 128.47 178.52 38.5 -
System Red Green Blue C M Y K H S L
Decimal 3 175 218 0.99 0.20 0 0.15 192 0.97 0.43
Hex 3 AF DA 63 14 0 F C0 61 2B
Octal 3 257 332 143 24 0 17 300 141 53
Binary 11 10101111 11011010 1100011 10100 0 1111 11000000 1100001 101011

Color Harmonies of #03AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AFDA

Black with #03AFDA

Text Example


Text Example

White with #03AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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