Html Css Color HEX #03BCCD Iris Blue

📋 copy color: '#03BCCD'

red 3 ◦ green 188 ◦ blue 205

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

Shades of Iris Blue #03BCCD

Tints of Iris Blue #03BCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.47%

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 0.76%
G = 47.47%
B = 51.77%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#03BCCD (or 0x03BCCD) is known color: Iris Blue. HEX triplet: 03, BC and CD. RGB value is (3,188,205). Sum of RGB (Red+Green+Blue) = 3+188+205=396 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #03BCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BCCD is #FC4332. Grayscale: #868686. Windows color (decimal): -16532275 or 13483011. OLE color: 13483011.

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

Color convert

RGB 3 188 205 -
CMYK 0.99 0.08 0 0.20
HSL 185.05º 0.97% 0.41% -
HSV(B) 185.05º 0.99% 0.8% -
XYZ 29.04 40.39 64.02 -
YUV 134.62 167.71 34.12 -
System Red Green Blue C M Y K H S L
Decimal 3 188 205 0.99 0.08 0 0.20 185.05 0.97 0.41
Hex 3 BC CD 63 8 0 14 B9 61 29
Octal 3 274 315 143 10 0 24 271 141 51
Binary 11 10111100 11001101 1100011 1000 0 10100 10111001 1100001 101001

Color Harmonies of #03BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BCCD

Black with #03BCCD

Text Example


Text Example

White with #03BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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