Html Css Color HEX #03A8CF Iris Blue

📋 copy color: '#03A8CF'

red 3 ◦ green 168 ◦ blue 207

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

Shades of Iris Blue #03A8CF

Tints of Iris Blue #03A8CF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.44%

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

R = 0.79%
G = 44.44%
B = 54.76%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#03A8CF (or 0x03A8CF) is known color: Iris Blue. HEX triplet: 03, A8 and CF. RGB value is (3,168,207). Sum of RGB (Red+Green+Blue) = 3+168+207=378 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #03A8CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A8CF is #FC5730. Grayscale: #7A7A7A. Windows color (decimal): -16537393 or 13608963. OLE color: 13608963.

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

Color convert

RGB 3 168 207 -
CMYK 0.99 0.19 0 0.19
HSL 191.47º 0.97% 0.41% -
HSV(B) 191.47º 0.99% 0.81% -
XYZ 25.3 32.53 63.98 -
YUV 123.11 175.34 42.33 -
System Red Green Blue C M Y K H S L
Decimal 3 168 207 0.99 0.19 0 0.19 191.47 0.97 0.41
Hex 3 A8 CF 63 13 0 13 BF 61 29
Octal 3 250 317 143 23 0 23 277 141 51
Binary 11 10101000 11001111 1100011 10011 0 10011 10111111 1100001 101001

Color Harmonies of #03A8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A8CF

Black with #03A8CF

Text Example


Text Example

White with #03A8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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